Skip to content

Commit

Permalink
Use output element nprjdraws consistently.
Browse files Browse the repository at this point in the history
  • Loading branch information
fweber144 committed Dec 7, 2023
1 parent a15bbe4 commit 1bce71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/varsel.R
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ varsel.refmodel <- function(object, d_test = NULL, method = "forward",
),
clust_used_search = search_path$p_sel$clust_used,
clust_used_eval = perf_eval_out[["clust_used"]],
nprjdraws_search = NCOL(search_path$p_sel$mu),
nprjdraws_search = search_path$p_sel$nprjdraws,
nprjdraws_eval = perf_eval_out[["nprjdraws"]],
refit_prj,
projpred_version = utils::packageVersion("projpred"))
Expand Down

0 comments on commit 1bce71e

Please sign in to comment.