plot_accuracy: plot_accuracy

View source: R/plot_accuracy.R

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

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