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/predict.sparsestep.R | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'R/predict.sparsestep.R') 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 #' -- cgit v1.2.3