Gupta2013 {NMAoutlier}R Documentation

Network meta-analysis comparing interventions for actinic keratosis

Description

Network meta-analysis dataset for comparing interventions for actinic keratosis.

Format

A data frame in contrast format with the following columns:

logOR log odds ratio
selogOR standard error of log odds ratio
id study ID
t1 first treatment
t2 second treatment

Details

The dataset compares the relative effects of nine interventions:

The outcome is the number of individuals with participant complete clearance or equivalent efficacy. These data are in contrast format with effect size the odds ratio (OR). The arm-level data were used in Gupta and Paquet (2013).

Source

Gupta AK, Paquet M (2013): Network meta-analysis of the outcome participant complete clearance in nonimmunosuppressed participants of eight interventions for actinic keratosis: a follow-up on a Cochrane review. British Journal of Dermatology, 169, 250–9

Examples


data(Gupta2013)
# Conduct forward search algorithm for the network of actinic keratosis
#
FSresult <- NMAoutlier(logOR, selogOR, t1, t2, id, data = Gupta2013, n_cores = 2)

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

# Provide forward plot for Q statistic
#
fwdplot(FSresult, "Q")


[Package NMAoutlier version 0.1.18 Index]