aboutsummaryrefslogtreecommitdiff
path: root/R/predict.sparsestep.R
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2016-02-10 22:30:25 -0500
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2016-02-10 22:30:25 -0500
commitb3dd58bb7fe53cc072dea36b1bb3702703836a49 (patch)
tree86f91107663ef3b6a8e25c918dc5ca8c184767e3 /R/predict.sparsestep.R
parentbugfixes, documentation improvements, and generic function agreement (diff)
downloadsparsestep-b3dd58bb7fe53cc072dea36b1bb3702703836a49.tar.gz
sparsestep-b3dd58bb7fe53cc072dea36b1bb3702703836a49.zip
minor formatting fixes
Diffstat (limited to 'R/predict.sparsestep.R')
-rw-r--r--R/predict.sparsestep.R7
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
#'