From bc2c216c3fec3c3859cefb8069f9bf56f60b88c0 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Sun, 27 Mar 2016 16:08:19 -0400 Subject: explain use.* are booleans --- R/sparsestep.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/sparsestep.R b/R/sparsestep.R index b1f9a58..6b47ef7 100644 --- a/R/sparsestep.R +++ b/R/sparsestep.R @@ -22,8 +22,8 @@ #' absolute zero #' @param XX The X'X matrix; useful for repeated runs where X'X stays the same #' @param Xy The X'y matrix; useful for repeated runs where X'y stays the same -#' @param use.XX whether or not to compute X'X and return it -#' @param use.Xy whether or not to compute X'y and return it +#' @param use.XX whether or not to compute X'X and return it (boolean) +#' @param use.Xy whether or not to compute X'y and return it (boolean) #' #' @return A "sparsestep" S3 object is returned, for which print, predict, #' coef, and plot methods exist. It has the following items: -- cgit v1.2.3