https://github.com/cran/foba
Raw File
Tip revision: ee9dcf0fe7e6add585e0389170265c28adaad73a authored by Tong Zhang on 15 October 2008, 00:00:00 UTC
version0.1
Tip revision: ee9dcf0
print.foba.Rd
\name{print.foba}
\alias{print.foba}
\title{
Print a fitted foba model
}
\description{
print.foba() prints the variable selection path of a foba object.
}
\usage{
print.foba(x, ...)
}
\arguments{
\item{x}{
A fitted foba object
}
\item{...}{further arguments passed to or from other methods.}
}

\author{Tong Zhang}
\seealso{
predict.foba and foba
}

\keyword{methods}
\keyword{print}

back to top