diff options
Diffstat (limited to 'R/predict.sparsestep.R')
| -rw-r--r-- | R/predict.sparsestep.R | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/R/predict.sparsestep.R b/R/predict.sparsestep.R index b2ebd77..065bc6b 100644 --- a/R/predict.sparsestep.R +++ b/R/predict.sparsestep.R @@ -3,9 +3,10 @@ #' @description Predicts the outcome variable for the SparseStep model for #' each value of lambda supplied to the model. #' -#' @param object Fitted "sparsestep" object -#' @param newx Matrix of new values for `x` at which predictions are to be made. -#' @param ... further argument are ignored +#' @param object Fitted \code{sparsestep} object +#' @param newx Matrix of new values for \code{x} at which predictions are to +#' be made. +#' @param \dots further argument are ignored #' #' @return a matrix of numerical predictions of size nobs x nlambda #' |
