Learn R Programming

metasens (version 1.5-3)

Moore1998: NSAIDS in acute pain

Description

Meta-analysis on the effectiveness of topical non-steroidal anti-inflammatory drugs (NSAIDS) in acute pain.

Treatment success is defined as a reduction in pain of at least 50%.

Arguments

Format

A data frame with the following columns:

studystudy number
succ.enumber of treatment successes in NSAIDS group
nobs.enumber of patients in NSAIDS group
succ.cnumber of treatment successes in control group
nobs.cnumber of patients in control group

Examples

Run this code
data(Moore1998)
m1 <- metabin(succ.e, nobs.e, succ.c, nobs.c,
              data = Moore1998, sm = "OR", method = "Inverse")

print(limitmeta(m1), digits = 2)

Run the code above in your browser using DataLab