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: 2022-12-05
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 07 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

bacondecomp  
Goodman-Bacon Decomposition
Decomposition for differences-in-differences with variation in treatment timing from Goodman-Bacon ...
Download / Learn more Package Citations See dependency  
con2aqi  
Calculate the AQI from Pollutant Concentration
To calculate the AQI (Air Quality Index) from pollutant concentration data. O3, PM2.5, PM10, CO, SO ...
Download / Learn more Package Citations See dependency  
robregcc  
Robust Regression with Compositional Covariates
We implement the algorithm estimating the parameters of the robust regression model with composition ...
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  

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