The function shows a summary of the results from a bagged earth model
# S3 method for bagEarth
summary(object, ...)# S3 method for bagFDA
summary(object, ...)
an object of class "bagEarth" or "bagFDA"
optional arguments (not used)
a list with elements
a matrix with the number of model terms and variables used
a summary of the out-of-bag statistics
the original call to bagEarth
The out-of-bag statistics are summarized, as well as the distribution of the number of model terms and number of variables used across all the bootstrap samples.
# NOT RUN {
# }
# NOT RUN {
data(trees)
set.seed(9655)
fit <- bagEarth(trees[,-3], trees[3])
summary(fit)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab