From 017c04f679ed90cfd48bf6d342b98b9843f566c7 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 25 Jan 2017 14:06:39 +0100 Subject: Allow surpressing of info while running path algorithm --- man/path.sparsestep.Rd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'man') 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, -- cgit v1.2.3