@@ -1211,15 +1211,15 @@ plot.vsel <- function(
12111211
12121212# ' Summary of a [varsel()] or [cv_varsel()] run
12131213# '
1214- # ' This is the [summary()] method for `vsel` objects (returned by [varsel()] or
1215- # ' [ cv_varsel()]). Apart from some general information about the [varsel()] or
1216- # ' [ cv_varsel()] run, it shows the full-data predictor ranking, basic
1217- # ' information about the (CV) variability in the ranking of the predictors (if
1218- # ' available; inferred from [cv_proportions()]), and estimates for
1219- # ' user-specified predictive performance statistics. For a graphical
1220- # ' representation, see [plot.vsel()]. For extracting the predictive performance
1221- # ' results printed at the bottom of the output created by this [summary()]
1222- # ' method, see [performances()].
1214+ # ' This is the [` summary()`][base::summary()] method for `vsel` objects
1215+ # ' (returned by [varsel()] or [ cv_varsel()]). Apart from some general
1216+ # ' information about the [varsel()] or [ cv_varsel()] run, it shows the full-data
1217+ # ' predictor ranking, basic information about the (CV) variability in the
1218+ # ' ranking of the predictors (if available; inferred from [cv_proportions()]),
1219+ # ' and estimates for user-specified predictive performance statistics. For a
1220+ # ' graphical representation, see [plot.vsel()]. For extracting the predictive
1221+ # ' performance results printed at the bottom of the output created by this
1222+ # ' [`summary()`][base::summary()] method, see [performances()].
12231223# '
12241224# ' @param object An object of class `vsel` (returned by [varsel()] or
12251225# ' [cv_varsel()]).
0 commit comments