powered by
Plots the accuracy for one or multiple symptom checkers
plot_accuracy(input)
A ggplot object visualizing the accuracy for either one or multiple symptom checkers
A dataframe containing the output of get_accuracy()
data(symptomcheckRdata) accuracy <- get_accuracy( data = symptomcheckRdata, correct = "Correct_Triage_Advice_provided_from_app", apps = "App_name" ) accuracy_plot <- plot_accuracy(accuracy)
Run the code above in your browser using DataLab