diff options
Diffstat (limited to 'R/coef.sparsestep.R')
| -rw-r--r-- | R/coef.sparsestep.R | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/R/coef.sparsestep.R b/R/coef.sparsestep.R index 713bcb2..93072da 100644 --- a/R/coef.sparsestep.R +++ b/R/coef.sparsestep.R @@ -2,8 +2,8 @@ #' #' @description Returns the coefficients of the SparseStep model. #' -#' @param object a "sparsestep" object -#' @param ... further argument are ignored +#' @param object a \code{sparsestep} object +#' @param \dots further argument are ignored #' #' @return The coefficients of the SparseStep model (i.e. the betas). If the #' model was fitted with an intercept this will be the first value in the |
