From b3dd58bb7fe53cc072dea36b1bb3702703836a49 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 10 Feb 2016 22:30:25 -0500 Subject: minor formatting fixes --- R/coef.sparsestep.R | 4 ++-- R/plot.sparsestep.R | 2 +- R/predict.sparsestep.R | 7 ++++--- R/print.sparsestep.R | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) (limited to 'R') 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 #' -- cgit v1.2.3