File: print-vsel.Rd

package info (click to toggle)
r-cran-projpred 2.0.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 740 kB
  • sloc: cpp: 355; sh: 14; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 762 bytes parent folder | download
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.
}