Other packages > Find by keyword >

earth  

Multivariate Adaptive Regression Splines
View on CRAN: Click here


Download and install earth package within the R console
Install from CRAN:
install.packages("earth")

Install from Github:
library("remotes")
install_github("cran/earth")

Install by package version:
library("remotes")
install_version("earth", "5.3.5")



Attach the package and use:
library("earth")
Maintained by
Stephen Milborrow
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2007-04-19
Latest Update: 2024-10-05
Description:
Build regression models using the techniques in Friedman's papers "Fast MARS" and "Multivariate Adaptive Regression Splines" . (The term "MARS" is trademarked and thus not used in the name of the package.)
How to cite:
Stephen Milborrow (2007). earth: Multivariate Adaptive Regression Splines. R package version 5.3.5, https://cran.r-project.org/web/packages/earth. Accessed 22 Sep. 2026.
Previous versions and publish date:
(2026-08-21 13:40), 0.1-2 (2007-04-19 16:13), 0.1-3 (2007-04-24 14:18), 1.0-4 (2007-05-06 17:20), 1.0-5 (2007-05-08 12:24), 1.0-6 (2007-05-11 11:22), 1.0-7 (2007-05-22 10:33), 1.0-8 (2007-06-03 21:04), 1.1-0 (2007-08-01 12:49), 1.1-1 (2007-09-01 13:04), 1.1-2 (2007-10-02 13:58), 1.1-3 (2007-10-07 10:59), 1.1-4 (2007-11-03 19:33), 1.1-5 (2007-12-09 12:40), 1.2-0 (2008-01-07 12:23), 1.2-1 (2008-01-08 12:18), 1.2-2 (2008-01-13 20:02), 1.3-1 (2008-03-24 22:33), 1.3-2 (2008-03-29 21:53), 1.3-4 (2008-04-27 18:27), 2.0-0 (2008-06-08 17:34), 2.0-1 (2008-06-11 20:12), 2.0-2 (2008-06-15 17:44), 2.0-3 (2008-07-05 18:14), 2.0-4 (2008-07-08 18:31), 2.0-5 (2008-07-15 17:47), 2.0-6 (2008-10-30 19:40), 2.1-0 (2008-11-10 18:20), 2.1-2 (2008-11-18 09:18), 2.2-1 (2009-01-23 09:18), 2.2-2 (2009-01-30 14:57), 2.2-3 (2009-02-03 21:03), 2.3-0 (2009-02-18 14:37), 2.3-1 (2009-02-26 16:14), 2.3-2 (2009-03-23 11:27), 2.3-4 (2009-09-21 20:43), 2.3-5 (2009-10-09 08:55), 2.4-0 (2009-11-09 16:40), 2.4-1 (2010-08-28 08:20), 2.4-2 (2010-08-29 09:13), 2.4-3 (2010-09-30 08:58), 2.4-4 (2010-10-07 13:25), 2.4-5 (2010-11-03 08:40), 2.4-6 (2011-01-26 14:29), 2.4-7 (2011-02-07 18:07), 2.4-8 (2011-03-05 17:40), 2.5-0 (2011-03-24 17:56), 2.5-1 (2011-03-26 16:44), 2.6-1 (2011-04-13 18:51), 2.6-2 (2011-04-25 10:32), 3.1-1 (2011-06-15 20:00), 3.2-0 (2011-06-19 21:22), 3.2-1 (2012-01-15 12:38), 3.2-2 (2012-03-14 13:34), 3.2-3 (2012-04-27 15:51), 3.2-6 (2013-12-13 07:46), 3.2-7 (2014-01-28 19:36), 4.0.0 (2014-12-12 20:38), 4.1.0 (2014-12-17 23:28), 4.2.0 (2015-01-12 23:01), 4.3.0 (2015-05-01 00:00), 4.4.0 (2015-05-29 14:27), 4.4.1 (2015-06-17 17:57), 4.4.2 (2015-06-25 12:44), 4.4.3 (2015-09-27 10:20), 4.4.4 (2016-01-08 15:55), 4.4.5 (2016-08-20 17:23), 4.4.6 (2016-09-05 20:19), 4.4.7 (2016-10-19 12:20), 4.4.8 (2017-02-19 23:29), 4.4.9.1 (2017-03-21 07:48), 4.4.9 (2017-02-20 17:23), 4.5.0 (2017-04-21 20:38), 4.5.1 (2017-07-28 14:04), 4.6.0 (2017-12-15 13:58), 4.6.1 (2018-03-03 01:52), 4.6.2 (2018-03-21 14:42), 4.6.3 (2018-05-07 18:47), 4.7.0 (2019-01-03 17:20), 5.0.0 (2019-03-21 09:30), 5.1.0 (2019-04-04 00:13), 5.1.1 (2019-04-12 12:53), 5.1.2 (2019-11-09 11:10), 5.2.0 (2020-09-16 09:00), 5.3.0 (2020-10-11 21:50), 5.3.1 (2021-07-20 10:30), 5.3.2 (2023-01-26 17:00), 5.3.3 (2024-02-26 15:00), 5.3.4 (2024-10-05 22:20), 5.3.5 (2026-01-11 07:11)
Other packages that cited earth R package
View earth citation profile
Other R packages that earth depends, imports, suggests or enhances
Complete documentation for earth
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

spider  
Species Identity and Evolution in R
Analysis of species limits and DNA barcoding data. Included are functions for generating important s ...
Download / Learn more Package Citations See dependency  
cnum  
Chinese Numerals Processing
Chinese numerals processing in R, such as conversion between Chinese numerals and Arabic numerals a ...
Download / Learn more Package Citations See dependency  
odns  
Access Scottish Health and Social Care Open Data
Allows potential users of Scottish Health and Social Care Open Data ( ...
Download / Learn more Package Citations See dependency  
heatmaply  
Interactive Cluster Heat Maps Using 'plotly' and 'ggplot2'
Create interactive cluster 'heatmaps' that can be saved as a stand- alone HTML file, embedded in 'R ...
Download / Learn more Package Citations See dependency  
Countr  
Flexible Univariate Count Models Based on Renewal Processes
Flexible univariate count models based on renewal processes. The models may include covariates and ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

28,720

R Packages

247,686

Dependencies

75,677

Author Associations

28,721

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA