aboutsummaryrefslogtreecommitdiff
path: root/man/sparsestep.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/sparsestep.Rd')
-rw-r--r--man/sparsestep.Rd11
1 files changed, 11 insertions, 0 deletions
diff --git a/man/sparsestep.Rd b/man/sparsestep.Rd
index f9e1ac3..7e8fa44 100644
--- a/man/sparsestep.Rd
+++ b/man/sparsestep.Rd
@@ -76,6 +76,17 @@ regularization parameter.
x <- matrix(rnorm(100*20), 100, 20)
y <- rnorm(100)
fit <- sparsestep(x, y)
+
+}
+\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}.
}
\seealso{
\code{\link{coef}}, \code{\link{print}}, \code{\link{predict}},