plot_accuracy {symptomcheckR}R Documentation

plot_accuracy

Description

Plots the accuracy for one or multiple symptom checkers

Usage

plot_accuracy(input)

Arguments

input

A dataframe containing the output of get_accuracy()

Value

A ggplot object visualizing the accuracy for either one or multiple symptom checkers

Examples

data(symptomcheckRdata)
accuracy <- get_accuracy(
  data = symptomcheckRdata,
  correct = "Correct_Triage_Advice_provided_from_app",
  apps = "App_name"
  )
accuracy_plot <- plot_accuracy(accuracy)

[Package symptomcheckR version 0.1.3 Index]