Learn R Programming

altmeta (version 4.2)

dat.smith: Meta-Analysis on the Diagnostic Accuracy of Ultrasound for Detecting Partial Thickness Rotator Cuff Tears

Description

This meta-analysis serves as an example of meta-analyses of diagnostic tests.

Usage

data("dat.smith")

Arguments

Format

A data frame with 30 studies with the following 4 variables; each row represents a study.

tp

counts of true positives.

fp

counts of false positives.

fn

counts of false negatives.

tn

counts of true negatives.