From 67f05f68ce525200dc70b27f36fc985a7f2fc87a Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 8 Feb 2016 14:19:09 -0500 Subject: initial commit --- man/print.sparsestep.Rd | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 man/print.sparsestep.Rd (limited to 'man/print.sparsestep.Rd') 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) +} + -- cgit v1.2.3