plot_ccs {symptomcheckR} | R Documentation |
plot_ccs
Description
Plots the Capability Comparison Score (CCS) for multiple symptom checkers
Usage
plot_ccs(input)
Arguments
input |
A dataframe containing the output of get_ccs() |
Value
A ggplot object visualizing the CCS for multiple symptom checkers
Examples
data(symptomcheckRdata)
ccs <- get_ccs(
data = symptomcheckRdata,
correct = "Correct_Triage_Advice_provided_from_app",
vignettes = "Vignette_id",
apps = "App_name"
)
ccs_plot <- plot_ccs(ccs)
[Package symptomcheckR version 0.1.3 Index]