aboutsummaryrefslogtreecommitdiff
path: root/man/sparsestep.path.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/sparsestep.path.Rd')
-rw-r--r--man/sparsestep.path.Rd23
1 files changed, 23 insertions, 0 deletions
diff --git a/man/sparsestep.path.Rd b/man/sparsestep.path.Rd
new file mode 100644
index 0000000..43625d5
--- /dev/null
+++ b/man/sparsestep.path.Rd
@@ -0,0 +1,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.
+}
+