Learn R Programming

NMAoutlier (version 0.2.0)

Schoenberg2013: Network meta-analysis comparing the effects after Laparoscopic Heller myotomy.

Description

Network meta-analysis dataset comparing the effects after Laparoscopic Heller myotomy.

Arguments

Format

A data frame in contrast format with the following columns:

logORlog odds ratio
selogORstandard error of log odds ratio
idstudy ID
t1first treatment
t2second treatment

Details

The dataset compares the effects after Laparoscopic Heller myotomy. The outcome is the number of individuals with successful rates at 12 months. These data are in contrast format with effect size odds ratio (OR) and its standard error. Arm-level data can be found in Schoenberg et al. (2013).

Examples

Run this code
# \donttest{
data(Schoenberg2013)
# Conduct forward search algorithm for the network of Laparoscopic
# Heller myotomy
#
FSresult <- NMAoutlier(logOR, selogOR, t1, t2, id, data = Schoenberg2013, n_cores = 2)

# Draw forward plot for z-values from difference of direct and
# indirect evidence
#
fwdplot(FSresult, "nsplit")
# }

Run the code above in your browser using DataLab