File: solution_terms.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 (18 lines) | stat: -rw-r--r-- 458 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/methods.R
\name{solution_terms}
\alias{solution_terms}
\title{Recovers solution path from a variable selection object.}
\usage{
solution_terms(object)
}
\arguments{
\item{object}{A vsel object returned by \link[=varsel]{varsel} or
\link[=cv_varsel]{cv_varsel}.}
}
\value{
Variable selection solution path
}
\description{
Recovers solution path from a variable selection object.
}