diff options
Diffstat (limited to 'man/print.sparsestep.Rd')
| -rw-r--r-- | man/print.sparsestep.Rd | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/man/print.sparsestep.Rd b/man/print.sparsestep.Rd new file mode 100644 index 0000000..6680788 --- /dev/null +++ b/man/print.sparsestep.Rd @@ -0,0 +1,22 @@ +% Generated by roxygen2 (4.1.1): do not edit by hand +% Please edit documentation in R/print.sparsestep.R +\name{print.sparsestep} +\alias{print.sparsestep} +\title{Print the fitted SparseStep model} +\usage{ +\method{print}{sparsestep}(obj, ...) +} +\arguments{ +\item{obj}{a "sparsestep" object to print} +} +\description{ +Prints a short text of a fitted SparseStep model +} +\examples{ +data(diabetes) +attach(diabetes) +object <- sparsestep(x, y) +print(object) +detach(diabetes) +} + |
