Other packages > Find by keyword >

ROCnReg  

ROC Curve Inference with and without Covariates
View on CRAN: Click here


Download and install ROCnReg package within the R console
Install from CRAN:
install.packages("ROCnReg")

Install from Github:
library("remotes")
install_github("cran/ROCnReg")

Install by package version:
library("remotes")
install_version("ROCnReg", "1.0-9")



Attach the package and use:
library("ROCnReg")
Maintained by
Maria Xose Rodriguez-Alvarez
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-04-25
Latest Update: 2023-03-10
Description:
Estimates the pooled (unadjusted) Receiver Operating Characteristic (ROC) curve, the covariate-adjusted ROC (AROC) curve, and the covariate-specific/conditional ROC (cROC) curve by different methods, both Bayesian and frequentist. Also, it provides functions to obtain ROC-based optimal cutpoints utilizing several criteria. Based on Erkanli, A. et al. (2006) ; Faraggi, D. (2003) ; Gu, J. et al. (2008) ; Inacio de Carvalho, V. et al. (2013) ; Inacio de Carvalho, V., and Rodriguez-Alvarez, M.X. (2018) ; Janes, H., and Pepe, M.S. (2009) ; Pepe, M.S. (1998) ; Rodriguez-Alvarez, M.X. et al. (2011a) ; Rodriguez-Alvarez, M.X. et al. (2011a) . Please see Rodriguez-Alvarez, M.X. and Inacio, V. (20208) for more details.
How to cite:
Maria Xose Rodriguez-Alvarez (2020). ROCnReg: ROC Curve Inference with and without Covariates. R package version 1.0-9, https://cran.r-project.org/web/packages/ROCnReg. Accessed 06 Nov. 2024.
Previous versions and publish date:
1.0-1 (2020-04-25 02:20), 1.0-2 (2020-07-04 01:00), 1.0-3 (2020-09-07 17:50), 1.0-4 (2020-12-07 11:30), 1.0-5 (2021-03-17 17:20), 1.0-6 (2021-11-24 00:20), 1.0-7 (2021-12-20 09:20), 1.0-8 (2023-03-10 18:00), 1.0 (2020-03-19 16:50)
Other packages that cited ROCnReg R package
View ROCnReg citation profile
Other R packages that ROCnReg depends, imports, suggests or enhances
Complete documentation for ROCnReg
Functions, R codes and Examples using the ROCnReg R package
Some associated functions: AROC.bnp . AROC.kernel . AROC.sp . ROCnReg-package . cROC.bnp . cROC.kernel . cROC.sp . cROCData . compute.threshold.AROC . compute.threshold.cROC . compute.threshold.pooledROC . densitycontrol.aroc . densitycontrol . endosyn . mcmccontrol . pauccontrol . plot.AROC . plot.cROC . plot.pooledROC . pooledROC.BB . pooledROC.dpm . pooledROC.emp . pooledROC.kernel . predictive.checks . print.AROC . print.cROC . print.pooledROC . priorcontrol.bnp . priorcontrol.dpm . psa . summary.AROC . summary.cROC . summary.pooledROC . 
Some associated R codes: AROC.bnp.R . AROC.f.R . AROC.kernel.R . AROC.sp.R . Gk.R . bbase.interaction.factor.by.curve.os.R . bbase.os.R . bddp.R . bootstrap.sample.R . cF.R . cROC.bnp.R . cROC.kernel.R . cROC.sp.R . cROCData.R . compute.threshold.AROC.R . compute.threshold.FPF.AROC.bnp.R . compute.threshold.FPF.AROC.kernel.R . compute.threshold.FPF.AROC.sp.R . compute.threshold.FPF.bnp.R . compute.threshold.FPF.cROC.bnp.R . compute.threshold.FPF.cROC.kernel.R . compute.threshold.FPF.cROC.sp.R . compute.threshold.FPF.kernel.R . compute.threshold.FPF.pooledROC.BB.R . compute.threshold.FPF.pooledROC.dpm.R . compute.threshold.FPF.pooledROC.emp.R . compute.threshold.FPF.pooledROC.kernel.R . compute.threshold.FPF.sp.R . compute.threshold.YI.AROC.bnp.R . compute.threshold.YI.AROC.kernel.R . compute.threshold.YI.AROC.sp.R . compute.threshold.YI.cROC.bnp.R . compute.threshold.YI.cROC.kernel.R . compute.threshold.YI.cROC.sp.R . compute.threshold.YI.pooledROC.BB.R . compute.threshold.YI.pooledROC.dpm.R . compute.threshold.YI.pooledROC.emp.R . compute.threshold.YI.pooledROC.kernel.R . compute.threshold.cROC.R . compute.threshold.pooledROC.R . densitycontrol.R . densitycontrol.aroc.R . design.matrix.bnp.R . dic.R . dic_dpm.R . dicp.R . dpm.R . get_vars_formula.R . gibbsn.R . inf_criteria.R . inf_criteria_dpm.R . interpret.AROCformula.R . lpml.R . lpml_dpm.R . lpmlp.R . ls.function.R . mcmccontrol.R . pauccontrol.R . plot.AROC.R . plot.cROC.R . plot.pooledROC.R . pooledROC.BB.R . pooledROC.dpm.R . pooledROC.emp.R . pooledROC.kernel.R . predict.bbase.interaction.factor.by.curve.os.R . predict.bbase.os.R . predict.design.matrix.bnp.R . predictive.checks.AROC.bnp.R . predictive.checks.R . predictive.checks.cROC.bnp.R . predictive.checks.helper.R . print.AROC.R . print.cROC.R . print.pooledROC.R . print.summary.AROC.R . print.summary.cROC.R . print.summary.pooledROC.R . priorcontrol.bnp.R . priorcontrol.dpm.R . qF.R . qFk.R . regnth.R . simpson.R . summary.AROC.R . summary.cROC.R . summary.pooledROC.R . survival.R . trim.out.R . waic_dpm.R . waicnp.R . waicp.R .  Full ROCnReg package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  
ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA