diff options
Diffstat (limited to 'R/print.sparsestep.R')
| -rw-r--r-- | R/print.sparsestep.R | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/R/print.sparsestep.R b/R/print.sparsestep.R index 2c987a2..9d22324 100644 --- a/R/print.sparsestep.R +++ b/R/print.sparsestep.R @@ -5,9 +5,17 @@ #' @param x a \code{sparsestep} object to print #' @param \dots further argument are ignored #' +#' @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}. #' @export #' -#' @aliases print #' #' @examples #' x <- matrix(rnorm(100*20), 100, 20) |
