A list containing the random forest model for predicting ICH and other factors for prediction

rf_modlist

big_rf_modlist

Format

A list with 7 elements, which are:

mod.pauc

the partial AUC estimated with the training data

mod.pauc.cutoff

the sens/spec for partial AUC cutoff

mod.sens.cutoff

the sensitivity and cutoff estimated with the training datan

mod.dice.cutoff

the Dice Similarity Index and cutoff estimated with the training data

mod.acc

the accuracy and cutoff estimated with the training data

mod

the model object of class randomForest

mod.time

the time it took to train the model

An object of class list of length 7.