summary.cmaRs {cmaRs} | R Documentation |
A summary function designed for CMARS
Description
This function allows you to print the output of CMARS model.
Usage
## S3 method for class 'cmaRs'
summary(object, ...)
Arguments
object |
A cmaRs object which is constructed by cmaRs. |
... |
Additional arguments affecting the summary result. |
Value
An S3 model of class "summary.cmaRs"
Examples
## Not run:
# 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)
## End(Not run)
[Package cmaRs version 0.1.3 Index]