aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2017-01-25 14:06:39 +0100
committerGertjan van den Burg <burg@ese.eur.nl>2017-01-25 14:06:39 +0100
commit017c04f679ed90cfd48bf6d342b98b9843f566c7 (patch)
tree9f6918a8e12b3e018dd8dae1a821643cd0eeec67 /man
parentVarious namespace fixes (diff)
downloadsparsestep-017c04f679ed90cfd48bf6d342b98b9843f566c7.tar.gz
sparsestep-017c04f679ed90cfd48bf6d342b98b9843f566c7.zip
Allow surpressing of info while running path algorithm
Diffstat (limited to 'man')
-rw-r--r--man/path.sparsestep.Rd4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/path.sparsestep.Rd b/man/path.sparsestep.Rd
index 70faa7d..94dc4d4 100644
--- a/man/path.sparsestep.Rd
+++ b/man/path.sparsestep.Rd
@@ -7,7 +7,7 @@
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)
+ use.XX = TRUE, use.Xy = TRUE, quiet = FALSE)
}
\arguments{
\item{x}{matrix of predictors}
@@ -45,6 +45,8 @@ absolute zero}
\item{use.XX}{whether or not to compute X'X and return it}
\item{use.Xy}{whether or not to compute X'y and return it}
+
+\item{quiet}{don't print search info while running}
}
\value{
A "sparsestep" S3 object is returned, for which print, predict,