Object-oriented programming (OOP) implementation of conformal prediction using reference classes. Prediction errors for regression (confidence regions) and for classification (p.values) can be computed in the conformal prediction framework. See the package documentation for further details.
To install conformal:
- Download from github and type "R CMD install conformal" in the bash shell
- Install from github with dev.tools by typing in R: library(devtools); install_github("isidroc/conformal/conformal")
- Install from CRAN by typing in R: install.packages("conformal")
https://cran.r-project.org/web/packages/conformal/conformal.pdf