View source: R/plot_accuracy.R
plot_accuracy | R Documentation |
Plots the accuracy for one or multiple symptom checkers
plot_accuracy(input)
input |
A dataframe containing the output of get_accuracy() |
A ggplot object visualizing the accuracy for either one or multiple symptom checkers
data(symptomcheckRdata)
accuracy <- get_accuracy(
data = symptomcheckRdata,
correct = "Correct_Triage_Advice_provided_from_app",
apps = "App_name"
)
accuracy_plot <- plot_accuracy(accuracy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.