
This function allows you to print the output of CMARS model.
# S3 method for cmaRs
summary(object, ...)
An S3 model of class "summary.cmaRs"
A cmaRs object which is constructed by cmaRs.
Additional arguments affecting the summary result.
if (FALSE) {
# Without \code{MOSEK}, the example code is not executable.
# For installation of Mosek, plese see the documentation of 'Rmosek'.
data("trees", package = "datasets")
model.prediction <- cmaRs(Volume ~ ., degree = 5, nk = 20, data = trees)
summary.cmaRs(model.prediction)
}
Run the code above in your browser using DataLab