View source: R/plot_inclination_to_overtriage.R
plot_inclination_to_overtriage | R Documentation |
Plots the inclination to overtriage for one or multiple symptom checkers
plot_inclination_to_overtriage(input)
input |
A dataframe containing the output of get_inclination_to_overtriage() |
A ggplot object visualizing the inclination to overtriage for either one or multiple symptom checkers
data(symptomcheckRdata)
inclination_to_overtriage <- get_inclination_to_overtriage(
data = symptomcheckRdata,
triagelevel_correct = "Goldstandard_solution",
triagelevel_advice = "Triage_advice_from_app",
order_triagelevel = c("Emergency", "Non-Emergency", "Self-care"),
apps = "App_name"
)
overtriage_plot <- plot_inclination_to_overtriage(inclination_to_overtriage)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.