From a5e98bec76e5a7e124104db4309c657b790bd68e Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Sat, 9 Jan 2021 15:05:26 +0000 Subject: Documentation updates --- man/sparsestep.Rd | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) (limited to 'man/sparsestep.Rd') diff --git a/man/sparsestep.Rd b/man/sparsestep.Rd index d00b47c..0fa9fd1 100644 --- a/man/sparsestep.Rd +++ b/man/sparsestep.Rd @@ -4,10 +4,23 @@ \alias{sparsestep} \title{Fit the SparseStep model} \usage{ -sparsestep(x, y, lambda = c(0.1, 0.5, 1, 5, 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) +sparsestep( + x, + y, + lambda = c(0.1, 0.5, 1, 5, 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 +) } \arguments{ \item{x}{matrix of predictors} @@ -77,10 +90,6 @@ x <- matrix(rnorm(100*20), 100, 20) y <- rnorm(100) fit <- sparsestep(x, y) -} -\author{ -Gerrit J.J. van den Burg, Patrick J.F. Groenen, Andreas Alfons\cr -Maintainer: Gerrit J.J. van den Burg } \references{ Van den Burg, G.J.J., Groenen, P.J.F. and Alfons, A. (2017). @@ -92,4 +101,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{path.sparsestep}}. } - +\author{ +Gerrit J.J. van den Burg, Patrick J.F. Groenen, Andreas Alfons\cr +Maintainer: Gerrit J.J. van den Burg +} -- cgit v1.2.3