Learn R Programming

symptomcheckR (version 0.1.3)

plot_ccs: plot_ccs

Description

Plots the Capability Comparison Score (CCS) for multiple symptom checkers

Usage

plot_ccs(input)

Value

A ggplot object visualizing the CCS for multiple symptom checkers

Arguments

input

A dataframe containing the output of get_ccs()

Examples

Run this code
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)

Run the code above in your browser using DataLab