-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
15 lines (15 loc) · 917 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package: ssROC
Title: R function for Semi-Supervised ROC (ssROC) Analysis for Rapid and Reliable Evaluation of Phenotyping Algorithms
Version: 0.0.1
Authors@R:
c(person(given = "Jessica",
family = "Gronsbell",
role = c("aut", "cre"),
email = "j.gronsbell@utoronto.ca"))
Description: The package consists the funciton for a semi-supervised approach (ssROC) for estimation of the receiver operating characteristic (ROC) curve parameters of phenotyping algorithms (e.g., sensitivity, specificity). Unlike classical supervised ROC estimation that uses only labeled data, ssROC also leverages large volumes of unlabeled data to yield substantially precise estimates (i.e., lower variance) of phenotyping algorithm performance without large amounts of labeled data.
Imports: MASS, matrixStats
Depends: R (>= 3.5.0)
License: GPL-3
LazyLoad: no
NeedsCompilation: no
RoxygenNote: 7.2.3