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