cmaRs: Implementation of the Conic Multivariate Adaptive Regression Splines in R

An implementation of 'Conic Multivariate Adaptive Regression Splines (CMARS)' in R. See Weber et al. (2011) CMARS: a new contribution to nonparametric regression with multivariate adaptive regression splines supported by continuous optimization, <doi:10.1080/17415977.2011.624770>. It constructs models by using the terms obtained from the forward step of MARS and then estimates parameters by using 'Tikhonov' regularization and conic quadratic optimization. It is possible to construct models for prediction and binary classification. It provides performance measures for the model developed. The package needs the optimisation software 'MOSEK' <https://www.mosek.com/> to construct the models. Please follow the instructions in 'Rmosek' for the installation.

Version: 0.1.1
Imports: earth, graphics, Rmosek, stats, stringr, utils, Matrix, AUC, Ryacas0
Suggests: testthat (≥ 3.0.0)
Published: 2021-11-06
Author: Fatma Yerlikaya-Ozkurt [aut], Ceyda Yazici [aut, cre], Inci Batmaz [aut]
Maintainer: Ceyda Yazici <ceydayazici86 at gmail.com>
BugReports: https://github.com/yaziciceyda/cmaRs/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: no
SystemRequirements: MOSEK (http://www.mosek.com) and MOSEK License for use of Rmosek
Materials: README
CRAN checks: cmaRs results

Documentation:

Reference manual: cmaRs.pdf

Downloads:

Package source: cmaRs_0.1.1.tar.gz
Windows binaries: r-devel: cmaRs_0.1.1.zip, r-release: cmaRs_0.1.1.zip, r-oldrel: cmaRs_0.1.1.zip
macOS binaries: r-release (arm64): cmaRs_0.1.1.tgz, r-oldrel (arm64): cmaRs_0.1.1.tgz, r-release (x86_64): cmaRs_0.1.1.tgz, r-oldrel (x86_64): cmaRs_0.1.1.tgz
Old sources: cmaRs archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=cmaRs to link to this page.