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/path.sparsestep.Rd | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) (limited to 'man/path.sparsestep.Rd') 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} @@ -90,10 +104,6 @@ x <- matrix(rnorm(100*20), 100, 20) 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 } \references{ Van den Burg, G.J.J., Groenen, P.J.F. and Alfons, A. (2017). @@ -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 +} -- cgit v1.2.3