aboutsummaryrefslogtreecommitdiff
path: root/man/print.sparsestep.Rd
blob: 4d194b533390b2fa03c42a074e3064c6f1718df1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/print.sparsestep.R
\name{print.sparsestep}
\alias{print}
\alias{print.sparsestep}
\title{Print the fitted SparseStep model}
\usage{
\method{print}{sparsestep}(x, ...)
}
\arguments{
\item{x}{a \code{sparsestep} object to print}

\item{\dots}{further argument are ignored}
}
\description{
Prints a short text of a fitted SparseStep model
}
\examples{
x <- matrix(rnorm(100*20), 100, 20)
y <- rnorm(100)
fit <- sparsestep(x, y)
print(fit)
}