https://github.com/tidymodels/survivalauc
What the Package Does (One Line, Title Case)
https://github.com/tidymodels/survivalauc
Last synced: 5 months ago
JSON representation
What the Package Does (One Line, Title Case)
- Host: GitHub
- URL: https://github.com/tidymodels/survivalauc
- Owner: tidymodels
- License: other
- Created: 2021-08-03T17:27:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-28T19:54:06.000Z (about 4 years ago)
- Last Synced: 2025-05-28T00:36:46.524Z (7 months ago)
- Language: C
- Size: 138 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# survivalauc
[](https://codecov.io/gh/tidymodels/survivalauc?branch=main)
[](https://github.com/tidymodels/survivalauc/actions)
The goal of survivalauc is to provide a function to calculate analternative method for estimating the time-dependent area under the ROC curve (AUC), sensitivity and specificity proposed in Chambless and Diao (Statistics in Medicine, 2006; 25, 3474–3486).
## Installation
You can install the released version of survivalauc from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("survivalauc")
```
And the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("tidymodels/survivalauc")
```