Learn R Programming

peperr

Parallelised Estimation of Prediction Error

Maintainer F. Bertrand

peperr is designed for prediction error estimation through resampling techniques, possibly accelerated by parallel execution on a compute cluster. Newly developed model fitting routines can be easily incorporated. Methods used in the package are detailed in Porzelius Ch., Binder H. and Schumacher M. (2009) 10.1093/bioinformatics/btp062 and were used, for instance, in Porzelius Ch., Schumacher M.and Binder H. (2011) 10.1007/s00180-011-0236-6.

Installation

You can install the released version of peperr from CRAN with:

install.packages("peperr")

And the development version from GitHub with:

install.packages("devtools")
devtools::install_github("fbertran/peperr")

Copy Link

Version

Install

install.packages('peperr')

Monthly Downloads

414

Version

1.5

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Frederic Bertrand

Last Published

March 22nd, 2023

Functions in peperr (1.5)

complexity.LASSO

Interface for selection of optimal parameter for lasso fit
ipec

Integrated prediction error curve
aggregation.brier

Determine the Brier score for a fitted model
aggregation.misclass

Determine the missclassification rate for a fitted model
peperr

Parallelised Estimation of Prediction Error
fit.LASSO

Interface function for fitting a generalised linear model with the lasso
predictProb.survfit

Extract predicted survival probabilities from a survfit object
perr

Prediction error estimates
resample.indices

Generation of indices for resampling Procedure
PLL.coxph

Predictive partial log-likelihood for Cox poportional hazards model
predictProb.coxph

Extract predicted survival probabilities from a coxph object
predictProb

Generic function for extracting predicted survival probabilities
PLL

Generic function for extracting the predictive partial log-likelihood
plot.peperr

Plot method for peperr object
pmpec

Calculate prediction error curves
extract.fun

Extract functions, libraries and global variables to be loaded onto a compute cluster
fit.coxph

Interface function for fitting a Cox proportional hazards model
aggregation.pmpec

Determine the prediction error curve for a fitted model