Other packages > Find by keyword >

modelROC  

Model Based ROC Analysis
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("modelROC", "1.0")



Attach the package and use:
library("modelROC")
Maintained by
Jing Zhang
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2021-06-25
Latest Update:
Description:
The ROC curve method is one of the most important and commonly usedmethods for model accuracy assessment which is one of the most important elementsof model evaluation.The modelROC package is a model-based ROC assessment tool which directly worksfor ROC analysis of regression results for logistic regression of binary variablesincluding the glm and lrm commands and COX regression for survival analysisincluding the cph and coxph commands.The most important feature of modelROC is that both the model and the independentvariables can be analysed simultaneously and for survival analysismultiple time points and area under the curve analysis are supported.Still flexible visualisation is possible with the ggplot2 package.Reference are Kelly H. Zou 1998 doi10.1002sici1097-02581997101516193C2143aid-sim6553E3.0.co2-3 andP J Heagerty 2000 doi10.1111j.0006-341x.2000.00337.x.
How to cite:
Jing Zhang (2021). modelROC: Model Based ROC Analysis. R package version 1.0, https://cran.r-project.org/web/packages/modelROC. Accessed 10 Mar. 2026.
Previous versions and publish date:
1.0 (2021-06-25 13:20)
Other packages that cited modelROC R package
View modelROC citation profile
Other R packages that modelROC depends, imports, suggests or enhances
Functions, R codes and Examples using the modelROC R package
Full modelROC package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

gena  
Genetic Algorithm and Particle Swarm Optimization
Implements genetic algorithm and particle swarm algorithm for real-valued functions. Various modific ...
Download / Learn more Package Citations See dependency  
envirem  
Generation of ENVIREM Variables
Generation of bioclimatic rasters that are complementary to the typical 19 bioclim variables. ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
plyr  
Tools for Splitting, Applying and Combining Data
A set of tools that solves a common set of problems: you need to break a big problem down into mana ...
Download / Learn more Package Citations See dependency  

26,293

R Packages

225,784

Dependencies

70,376

Author Associations

26,294

Publication Badges

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