print.sparsestep: Print the fitted SparseStep model

Description Usage Arguments Author(s) References Examples

View source: R/print.sparsestep.R

Description

Prints a short text of a fitted SparseStep model

Usage

1
2
## S3 method for class 'sparsestep'
print(x, ...)

Arguments

x

a sparsestep object to print

...

further argument are ignored

Author(s)

Gerrit J.J. van den Burg, Patrick J.F. Groenen, Andreas Alfons
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). SparseStep: Approximating the Counting Norm for Sparse Regularization, arXiv preprint arXiv:1701.06967 [stat.ME]. URL https://arxiv.org/abs/1701.06967.

Examples

1
2
3
4
x <- matrix(rnorm(100*20), 100, 20)
y <- rnorm(100)
fit <- sparsestep(x, y)
print(fit)

sparsestep documentation built on Jan. 13, 2021, 9:34 p.m.