aboutsummaryrefslogtreecommitdiff
path: root/man/predict.sparsestep.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/predict.sparsestep.Rd')
-rw-r--r--man/predict.sparsestep.Rd6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/predict.sparsestep.Rd b/man/predict.sparsestep.Rd
index 8318c34..d738e78 100644
--- a/man/predict.sparsestep.Rd
+++ b/man/predict.sparsestep.Rd
@@ -1,4 +1,4 @@
-% Generated by roxygen2 (4.1.1): do not edit by hand
+% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/predict.sparsestep.R
\name{predict.sparsestep}
\alias{predict}
@@ -10,7 +10,7 @@
\arguments{
\item{object}{Fitted \code{sparsestep} object}
-\item{newx}{Matrix of new values for \code{x} at which predictions are to
+\item{newx}{Matrix of new values for \code{x} at which predictions are to
be made.}
\item{\dots}{further argument are ignored}
@@ -19,7 +19,7 @@ be made.}
a matrix of numerical predictions of size nobs x nlambda
}
\description{
-Predicts the outcome variable for the SparseStep model for
+Predicts the outcome variable for the SparseStep model for
each value of lambda supplied to the model.
}
\examples{