Learn R Programming

diagmeta (version 0.5-1)

Schneider2017: Meta-analysis of studies of the diagnostic test accuracy of FENO for diagnosis of asthma

Description

Meta-analysis of studies of the diagnostic test accuracy of fractional exhaled nitric oxide (FENO) for diagnosis of asthma.

The data were collected for a systematic review by Karrasch et al. (2017) and are published as a supplement (Appendix 1) to Schneider et al. (2017). They have been preprocessed for use in R package diagmeta.

Arguments

Format

A data frame with the following columns:

study_idnumeric study ID
authorfirst author
yearyear of publication
groupinformation on subgroup
cutpointcutpoint (FeNO [ppb])
tposnumber of true positives
fnegnumber of false negatives
fposnumber of false positives
tnegnumber of true negatives

Examples

Run this code
# FENO dataset
#
data(Schneider2017)

diag1 <- diagmeta(tpos, fpos, tneg, fneg, cutpoint,
                  studlab = paste(author, year, group),
                  data = Schneider2017,
                  log.cutoff = TRUE)

plot(diag1)

Run the code above in your browser using DataLab