Skip to content

Commit

Permalink
Docs: Explain the fix for #329.
Browse files Browse the repository at this point in the history
  • Loading branch information
fweber144 committed Jul 15, 2022
1 parent 0c147f1 commit cce27e0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion R/methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,11 @@ plot.vsel <- function(
#' * `"acc"` (or its alias, `"pctcorr"`): classification accuracy
#' ([binomial()] family only).
#' * `"auc"`: area under the ROC curve ([binomial()] family only). For the
#' corresponding standard error, bootstrapping is used.
#' corresponding standard error, bootstrapping is used. In the "aggregated"
#' binomial case (i.e., if there is more than one Bernoulli trial for at least
#' one observation), \pkg{projpred} calculates the AUC by deaggregating the
#' observations internally to a long dataset with only zeros and ones as
#' response values.
#' @param type One or more items from `"mean"`, `"se"`, `"lower"`, `"upper"`,
#' `"diff"`, and `"diff.se"` indicating which of these to compute for each
#' item from `stats` (mean, standard error, lower and upper confidence
Expand Down
6 changes: 5 additions & 1 deletion man/plot.vsel.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion man/summary.vsel.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cce27e0

Please sign in to comment.