aboutsummaryrefslogtreecommitdiff
path: root/man/print.sparsestep.Rd
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2016-02-08 14:19:09 -0500
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2016-02-08 14:19:09 -0500
commit67f05f68ce525200dc70b27f36fc985a7f2fc87a (patch)
treec70c922bb426923ff86bc0f34db4e0b83854db01 /man/print.sparsestep.Rd
downloadsparsestep-67f05f68ce525200dc70b27f36fc985a7f2fc87a.tar.gz
sparsestep-67f05f68ce525200dc70b27f36fc985a7f2fc87a.zip
initial commit
Diffstat (limited to 'man/print.sparsestep.Rd')
-rw-r--r--man/print.sparsestep.Rd22
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)
+}
+