plot_ccs: plot_ccs

View source: R/plot_ccs.R

plot_ccsR 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)

symptomcheckR documentation built on May 29, 2024, 4:47 a.m.