|
a |
|
b/R/rf_modlist.R |
|
|
1 |
#' @title Estimated Random Forest Model List for ICH |
|
|
2 |
#' |
|
|
3 |
#' @description A list containing the random forest model for predicting ICH and other factors for |
|
|
4 |
#' prediction |
|
|
5 |
#' |
|
|
6 |
#' @format A list with 7 elements, which are: |
|
|
7 |
#' \describe{ |
|
|
8 |
#' \item{mod.pauc}{the partial AUC estimated with the training data } |
|
|
9 |
#' \item{mod.pauc.cutoff}{the sens/spec for partial AUC cutoff } |
|
|
10 |
#' \item{mod.sens.cutoff}{the sensitivity and cutoff estimated with the training datan } |
|
|
11 |
#' \item{mod.dice.cutoff}{the Dice Similarity Index and cutoff estimated with the training data } |
|
|
12 |
#' \item{mod.acc}{the accuracy and cutoff estimated with the training data} |
|
|
13 |
#' \item{mod}{the model object of class \code{randomForest} } |
|
|
14 |
#' \item{mod.time}{the time it took to train the model } |
|
|
15 |
#' } |
|
|
16 |
"rf_modlist" |
|
|
17 |
|
|
|
18 |
#' @rdname rf_modlist |
|
|
19 |
"big_rf_modlist" |