Skip to content

Commit f67693c

Browse files
authored
Merge pull request #553 from fweber144/docs_fix_summary_link
Docs: Fix links to `summary()` generic
2 parents 9df4ddd + 0b60eba commit f67693c

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

R/methods.R

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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()]).

man/summary.vsel.Rd

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)