Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions R/methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -1211,15 +1211,15 @@ plot.vsel <- function(

#' Summary of a [varsel()] or [cv_varsel()] run
#'
#' This is the [summary()] method for `vsel` objects (returned by [varsel()] or
#' [cv_varsel()]). Apart from some general information about the [varsel()] or
#' [cv_varsel()] run, it shows the full-data predictor ranking, basic
#' information about the (CV) variability in the ranking of the predictors (if
#' available; inferred from [cv_proportions()]), and estimates for
#' user-specified predictive performance statistics. For a graphical
#' representation, see [plot.vsel()]. For extracting the predictive performance
#' results printed at the bottom of the output created by this [summary()]
#' method, see [performances()].
#' This is the [`summary()`][base::summary()] method for `vsel` objects
#' (returned by [varsel()] or [cv_varsel()]). Apart from some general
#' information about the [varsel()] or [cv_varsel()] run, it shows the full-data
#' predictor ranking, basic information about the (CV) variability in the
#' ranking of the predictors (if available; inferred from [cv_proportions()]),
#' and estimates for user-specified predictive performance statistics. For a
#' graphical representation, see [plot.vsel()]. For extracting the predictive
#' performance results printed at the bottom of the output created by this
#' [`summary()`][base::summary()] method, see [performances()].
#'
#' @param object An object of class `vsel` (returned by [varsel()] or
#' [cv_varsel()]).
Expand Down
18 changes: 9 additions & 9 deletions man/summary.vsel.Rd

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

Loading