polymars object.summary.polymars(object, ...)
print.polymars(x, ...)polymars, typically the result of polymars.predict.polymarsCharles 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(state)
state.pm <- polymars(state.region, state.x77, knots = 15, classify = TRUE)
summary(state.pm)Run the code above in your browser using DataLab