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.Rd11
1 files changed, 5 insertions, 6 deletions
diff --git a/man/predict.sparsestep.Rd b/man/predict.sparsestep.Rd
index d738e78..5707b5c 100644
--- a/man/predict.sparsestep.Rd
+++ b/man/predict.sparsestep.Rd
@@ -1,8 +1,8 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/predict.sparsestep.R
\name{predict.sparsestep}
-\alias{predict}
\alias{predict.sparsestep}
+\alias{predict}
\title{Make predictions from a SparseStep model}
\usage{
\method{predict}{sparsestep}(object, newx, ...)
@@ -29,14 +29,13 @@ fit <- sparsestep(x, y)
yhat <- predict(fit, x)
}
-\author{
-Gerrit J.J. van den Burg, Patrick J.F. Groenen, Andreas Alfons\cr
-Maintainer: Gerrit J.J. van den Burg <gertjanvandenburg@gmail.com>
-}
\references{
Van den Burg, G.J.J., Groenen, P.J.F. and Alfons, A. (2017).
\emph{SparseStep: Approximating the Counting Norm for Sparse Regularization},
arXiv preprint arXiv:1701.06967 [stat.ME].
URL \url{https://arxiv.org/abs/1701.06967}.
}
-
+\author{
+Gerrit J.J. van den Burg, Patrick J.F. Groenen, Andreas Alfons\cr
+Maintainer: Gerrit J.J. van den Burg <gertjanvandenburg@gmail.com>
+}