|
a |
|
b/R/smoothed_rf_cutoffs.R |
|
|
1 |
#' @title Estimated Random Forest List of Cutoffs for Smoothed Data for ICH |
|
|
2 |
#' |
|
|
3 |
#' @description A list containing the random forest model cutoffs |
|
|
4 |
#' for predicting ICH after smoothing and other factors for |
|
|
5 |
#' prediction. |
|
|
6 |
#' |
|
|
7 |
#' @format A list with 7 elements, which are: |
|
|
8 |
#' \describe{ |
|
|
9 |
#' \item{mod.pauc}{the partial AUC estimated with the training data } |
|
|
10 |
#' \item{mod.pauc.cutoff}{the sens/spec for partial AUC cutoff } |
|
|
11 |
#' \item{mod.sens.cutoff}{the sensitivity and cutoff estimated with the training datan } |
|
|
12 |
#' \item{mod.dice.cutoff}{the Dice Similarity Index and cutoff estimated with the training data } |
|
|
13 |
#' \item{mod.acc}{the accuracy and cutoff estimated with the training data} |
|
|
14 |
#' } |
|
|
15 |
"smoothed_rf_cutoffs" |
|
|
16 |
|
|
|
17 |
#' @rdname smoothed_rf_cutoffs |
|
|
18 |
"smoothed_big_rf_cutoffs" |