symptomcheckRdata {symptomcheckR}R Documentation

Data on the performance of different symptom checkers

Description

Dataset generated by Schmieding et al. that tested different symptom checkers with 45 vignettes in 2020. It includes the solution to the case vignettes and the advice each symptom checker gave.

Usage

data(symptomcheckRdata)

Format

An object of class "data.frame"

App_name

The name of the app used in this evaluation)

Vignette_id

An identificator referencing the number of each vignette (same numbers indicate the same vignettes)

Triage_advice_from_app

The triage advice the app recommended for this case (Emergency, Non-Emergency or Self-care)

Goldstandard_solution

The goldstandard solution for this vignette

Correct_Triage_Advice_provided_from_app

A Boolean whether the app provided the correct advice)

References

This data set was created by Schmieding et al.: https://doi.org/10.5281/zenodo.6054092

Examples


data(symptomcheckRdata)
head(symptomcheckRdata)


[Package symptomcheckR version 0.1.3 Index]