diff options
Diffstat (limited to 'R')
| -rw-r--r-- | R/coef.sparsestep.R | 4 | ||||
| -rw-r--r-- | R/plot.sparsestep.R | 2 | ||||
| -rw-r--r-- | R/predict.sparsestep.R | 7 | ||||
| -rw-r--r-- | R/print.sparsestep.R | 4 |
4 files changed, 9 insertions, 8 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 diff --git a/R/plot.sparsestep.R b/R/plot.sparsestep.R index 336a36b..cac7137 100644 --- a/R/plot.sparsestep.R +++ b/R/plot.sparsestep.R @@ -3,7 +3,7 @@ #' @description Plot the coefficients of the SparseStep path #' #' @param x a \code{sparsestep} object -#' @param ... further argument to matplot +#' @param \dots further argument to matplot #' #' @export #' @aliases plot 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 #' diff --git a/R/print.sparsestep.R b/R/print.sparsestep.R index 549815b..2c987a2 100644 --- a/R/print.sparsestep.R +++ b/R/print.sparsestep.R @@ -2,8 +2,8 @@ #' #' @description Prints a short text of a fitted SparseStep model #' -#' @param x a "sparsestep" object to print -#' @param ... further argument are ignored +#' @param x a \code{sparsestep} object to print +#' @param \dots further argument are ignored #' #' @export #' |
