Learn R Programming

NMAoutlier (version 0.2.0)

Gupta2013: Network meta-analysis comparing interventions for actinic keratosis

Description

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

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 relative effects of nine interventions:

  • placebo / vehicle (including placebo-PDT) (treatment 1),

  • diclofenac 3 percent in 2.5 percent hyaluronic acid (DCF/HA) (treatment 2),

  • 5-fluorouracil (5-FU) 0.5 percent (treatment 3),

  • imiquimod (IMI) 5 percent (treatment 4),

  • methyl aminolaevulinate (MAL)-PDT (treatment 5),

  • 5-aminolaevulinic acid (ALA)-photodynamic therapy (PDT) (treatment 6),

  • 5-fluorouracil (5-FU) 5.0 percent (treatment 7),

  • cryotherapy (treatment 8),

  • ingenol mebutate (IMB) 0.015-0.05 percent (treatment 9).

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).

Examples

Run this code
# \donttest{
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")
# }

Run the code above in your browser using DataLab