1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/methods.R
\name{print-vsel}
\alias{print-vsel}
\alias{print.vsel}
\title{Print methods for vsel/vsel objects}
\usage{
\method{print}{vsel}(x, digits = 2, ...)
}
\arguments{
\item{x}{An object of class vsel/vsel.}
\item{digits}{Number of decimal places to be reported (2 by default).}
\item{...}{Further arguments passed to \code{\link{summary.vsel}}.}
}
\value{
Returns invisibly the data frame produced by
\code{\link{summary.vsel}}.
}
\description{
The \code{print} methods for vsel/vsel objects created by
\code{\link{varsel}} or \code{\link{cv_varsel}}) rely on
\code{\link{summary.vsel}} to display a summary of the results of the
projection predictive variable selection.
}
|