caret (version 6.0-73)

summary.bagEarth: Summarize a bagged earth or FDA fit

Description

The function shows a summary of the results from a bagged earth model

Usage

"summary"(object, ...)
"summary"(object, ...)

Arguments

object
an object of class "bagEarth" or "bagFDA"
...
optional arguments (not used)

Value

a list with elements a list with elements

Details

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.

Examples

Run this code

## Not run: 
# data(trees)
# fit <- bagEarth(trees[,-3], trees[3])
# summary(fit)
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace