1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/methods.R
\name{print.vselsummary}
\alias{print.vselsummary}
\title{Print summary of variable selection}
\usage{
\method{print}{vselsummary}(x, digits = 1, ...)
}
\arguments{
\item{x}{An object of class \code{vselsummary}.}
\item{digits}{Number of decimal places to be reported.}
\item{...}{Currently ignored.}
}
\value{
The output of \code{\link[=summary.vsel]{summary.vsel()}} (invisible).
}
\description{
This is the \code{\link[=print]{print()}} method for summary objects created by \code{\link[=summary.vsel]{summary.vsel()}}.
It displays a summary of the results of the projection predictive variable
selection.
}
|