Polyclass: polychotomous regression and multiple classification
This function summarizes both the stepwise selection process of the
model fitting by polyclass
, as well as the final model
that was selected
## S3 method for class 'polyclass' summary(object, ...) ## S3 method for class 'polyclass' print(x, ...)
object,x |
|
... |
other arguments are ignored. |
These function summarize a polyclass
fit identically. They also give information
about fits that could have been obtained with other
model selection options in polyclass
.
Charles Kooperberg clk@fredhutch.org.
Charles Kooperberg, Smarajit Bose, and Charles J. Stone (1997). Polychotomous regression. Journal of the American Statistical Association, 92, 117–127.
Charles J. Stone, Mark Hansen, Charles Kooperberg, and Young K. Truong. The use of polynomial splines and their tensor products in extended linear modeling (with discussion) (1997). Annals of Statistics, 25, 1371–1470.
data(iris) fit.iris <- polyclass(iris[,5], iris[,1:4]) summary(fit.iris)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.