Last data update: 2014.03.03

earth

Package: earth
Version: 4.4.4
Title: Multivariate Adaptive Regression Splines
Author: Stephen Milborrow. Derived from mda:mars by Trevor Hastie and
Rob Tibshirani. Uses Alan Miller's Fortran utilities
with Thomas Lumley's leaps wrapper.
Maintainer: Stephen Milborrow <milbo@sonic.net>
Depends: plotmo (>= 3.0.0), TeachingDemos
Suggests: gam, mgcv, mda, MASS
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.)
License: GPL-3
URL: http://www.milbo.users.sonic.net/earth
Packaged: 2016-01-08 12:45:16 UTC; milbo
Repository: CRAN
Date/Publication: 2016-01-08 15:55:15
NeedsCompilation: yes

● Cran Task View: Environmetrics, MachineLearning, Multivariate
● 0 images, 17 functions, 2 datasets
Reverse Depends: 1

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'earth' ...
** package 'earth' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c allowed.c -o allowed.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c earth.c -o earth.o
f95   -fpic  -g -O2  -c leaps.f -o leaps.o
f95   -fpic  -g -O2  -c leapshdr.f -o leapshdr.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o earth.so allowed.o earth.o leaps.o leapshdr.o -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/earth/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'earth'
    finding HTML links ... done
    contr.earth.response                    html  
    earth                                   html  
    etitanic                                html  
    evimp                                   html  
    format.earth                            html  
    mars.to.earth                           html  
    model.matrix.earth                      html  
    ozone1                                  html  
    plot.earth                              html  
    plot.earth.models                       html  
    plot.evimp                              html  
    plot.varmod                             html  
    plotd                                   html  
    predict.earth                           html  
    predict.varmod                          html  
    residuals.earth                         html  
    summary.earth                           html  
    update.earth                            html  
    varmod                                  html  
** building package indices
** testing if installed package can be loaded
* DONE (earth)
Making 'packages.html' ... done