Skip to content

Commit

Permalink
change output format for perf.assess.sgccda
Browse files Browse the repository at this point in the history
  • Loading branch information
evaham1 committed Nov 19, 2024
1 parent 0cf5c11 commit bef8d1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/perf.assess.diablo.R
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,8 @@ perf.assess.sgccda <-
}

result$meth = "sgccda.mthd"
class(result) = "perf.sgccda.mthd"
# change class output from "perf.sgccda.mthd" to "perf" so cant be plotted
class(result) = "perf"
result$call = match.call()
result$crit = crit
result$choice.ncomp = ncomp_opt
Expand Down

0 comments on commit bef8d1c

Please sign in to comment.