aboutsummaryrefslogtreecommitdiff
path: root/man/path.sparsestep.Rd
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-09 15:05:26 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-09 15:05:26 +0000
commita5e98bec76e5a7e124104db4309c657b790bd68e (patch)
treeca0b6bf4b5ea380c33ceda8c59c8c20ca4214030 /man/path.sparsestep.Rd
parentCode formatting (diff)
downloadsparsestep-a5e98bec76e5a7e124104db4309c657b790bd68e.tar.gz
sparsestep-a5e98bec76e5a7e124104db4309c657b790bd68e.zip
Documentation updates
Diffstat (limited to 'man/path.sparsestep.Rd')
-rw-r--r--man/path.sparsestep.Rd31
1 files changed, 22 insertions, 9 deletions
diff --git a/man/path.sparsestep.Rd b/man/path.sparsestep.Rd
index 94dc4d4..6a57c75 100644
--- a/man/path.sparsestep.Rd
+++ b/man/path.sparsestep.Rd
@@ -4,10 +4,24 @@
\alias{path.sparsestep}
\title{Approximate path algorithm for the SparseStep model}
\usage{
-path.sparsestep(x, y, max.depth = 10, gamma0 = 1000, gammastop = 1e-04,
- IMsteps = 2, gammastep = 2, normalize = TRUE, intercept = TRUE,
- force.zero = TRUE, threshold = 1e-07, XX = NULL, Xy = NULL,
- use.XX = TRUE, use.Xy = TRUE, quiet = FALSE)
+path.sparsestep(
+ x,
+ y,
+ max.depth = 10,
+ gamma0 = 1000,
+ gammastop = 1e-04,
+ IMsteps = 2,
+ gammastep = 2,
+ normalize = TRUE,
+ intercept = TRUE,
+ force.zero = TRUE,
+ threshold = 1e-07,
+ XX = NULL,
+ Xy = NULL,
+ use.XX = TRUE,
+ use.Xy = TRUE,
+ quiet = FALSE
+)
}
\arguments{
\item{x}{matrix of predictors}
@@ -91,10 +105,6 @@ y <- rnorm(100)
pth <- path.sparsestep(x, y)
}
-\author{
-Gerrit J.J. van den Burg, Patrick J.F. Groenen, Andreas Alfons\cr
-Maintainer: Gerrit J.J. van den Burg <gertjanvandenburg@gmail.com>
-}
\references{
Van den Burg, G.J.J., Groenen, P.J.F. and Alfons, A. (2017).
\emph{SparseStep: Approximating the Counting Norm for Sparse Regularization},
@@ -105,4 +115,7 @@ Van den Burg, G.J.J., Groenen, P.J.F. and Alfons, A. (2017).
\code{\link{coef}}, \code{\link{print}}, \code{\link{predict}},
\code{\link{plot}}, and \code{\link{sparsestep}}.
}
-
+\author{
+Gerrit J.J. van den Burg, Patrick J.F. Groenen, Andreas Alfons\cr
+Maintainer: Gerrit J.J. van den Burg <gertjanvandenburg@gmail.com>
+}