aboutsummaryrefslogtreecommitdiff
path: root/man/sparsestep.path.Rd
blob: 43625d5d960544310f5faa2b13241f34226e26e9 (plain)
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 (4.1.1): do not edit by hand
% Please edit documentation in R/path.sparsestep.R
\name{sparsestep.path}
\alias{sparsestep.path}
\title{Path algorithm for the SparseStep model}
\usage{
sparsestep.path(x, y, max.depth = 10, intercept = TRUE, normalize = TRUE,
  ...)
}
\arguments{
\item{x}{matrix of predictors}

\item{y}{response}

\item{max.depth}{maximum recursion depth}

\item{...}{further arguments to sparsestep()}
}
\description{
Fits the entire regularization path for SparseStep using a
Golden Section search.
}