Learn R Programming

symptomcheckR (version 0.1.3)

plot_accuracy: plot_accuracy

Description

Plots the accuracy for one or multiple symptom checkers

Usage

plot_accuracy(input)

Value

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

Arguments

input

A dataframe containing the output of get_accuracy()

Examples

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

Run the code above in your browser using DataLab