Description Usage Arguments Value Author(s)
View source: R/apply_statistical_measures.R
This functions calculates statistical measures for dataframes containing Observed and Predicted factors
1 2 3 4 5 | apply_statistical_measures(
dataframe,
ObservedName = "Observed",
PredictedName = "Predicted"
)
|
dataframe |
dataframe containing Observed and Predicted variables as created by 'loocv_machine_learner' |
ObservedName |
Character string of the Observed column; default = "Observed" |
dataframe containing Accuracy, Sensitivity, Specificity, Precision and ROC AUC
Wolfgang Hamer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.