mopaTrain
Internal function to extract values returned by function mopaTrain
extractFromModel0(models, value = c("model", "auc", "kappa", "tss",
"fold.models", "ObsPred"))
Object returned by mopaTrain
.
Any character of the following: "model", "auc", "kappa", "tss", "fold.models", "ObsPred"
Depending on the specified value:
fitted model using all data for training
AUC statistic in the cross validation
kappa statistic in the cross validation
true skill statistic in the cross validation
fitted model with partitioned data
Observed and prediced (cross model prediction) values
ObsPred
allows to calculate further accuracy measures.