Learn R Programming

⚠️There's a newer version (5.3.4) of this package.Take me there.

earth (version 1.2-0)

Multivariate Adaptive Regression Spline Models

Description

Build regression models using the techniques in Friedman's papers "Fast MARS" and "Multivariate Adaptive Regression Splines". (The term "MARS" is copyrighted and thus not used in the name of the package.)

Copy Link

Version

Install

install.packages('earth')

Monthly Downloads

11,826

Version

1.2-0

License

GPL-3

Maintainer

Stephen Milborrow

Last Published

October 5th, 2024

Functions in earth (1.2-0)

plot.earth.models

Compare 'earth' models by plotting them.
plotmo

Plot the predicted model response
ozone1

Ozone readings in Los Angeles with incomplete cases removed
reorder.earth

Order the terms in an 'earth' model
plot.earth

Plot an 'earth' object
model.matrix.earth

Get the 'earth' basis matrix
mars.to.earth

Convert a 'mars' to an 'earth' object
update.earth

Update an 'earth' model
get.nused.preds.per.subset

Number of predictors in an 'earth' object
earth

Multivariate Adaptive Regression Splines
format.earth

Format 'earth' objects
get.nterms.per.degree

Number of terms at each degree of interaction in an 'earth' object
summary.earth

Summary method for 'earth' objects
predict.earth

Predict with an 'earth' model