Learn R Programming

cmaRs (version 0.1.4)

Implementation of the Conic Multivariate Adaptive Regression Splines in R

Description

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, . 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' to construct the models. Please follow the instructions in 'Rmosek' for the installation.

Copy Link

Version

Install

install.packages('cmaRs')

Monthly Downloads

257

Version

0.1.4

License

GPL (>= 2)

Maintainer

Ceyda Yazici

Last Published

January 8th, 2026

Functions in cmaRs (0.1.4)

classdata.std

Classification Data - Breast Cancer Wisconsin (Diagnostic)
cmaRs

A cmaRs Function
table.b6

Data Set for Table B6
preddata.std

Prediction Data - Concrete Slump Test
plot.cmaRs

A plot function designed for prediction of CMARS
predict.cmaRs

A prediction function for a new data set for prediction purpose
summary.cmaRs

A summary function designed for CMARS