View source: R/summary.cmaRs.R
summary.cmaRs | R Documentation |
This function allows you to print the output of CMARS model.
## S3 method for class 'cmaRs'
summary(object, ...)
object |
A cmaRs object which is constructed by cmaRs. |
... |
Additional arguments affecting the summary result. |
An S3 model of class "summary.cmaRs"
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.