This dataset serves as an example to illustrate network meta-analysis of multiple factors. It consists of 29 studies on a total of 8 risk factors: area of residence (rural vs.urban); education attainment (low vs.high); latitude of residence (low vs.high); occupation type (outdoor vs.indoor); smoking status (yes vs.no); use of hat (yes vs.no); use of spectacles (yes vs.no); and use of sunglasses (yes vs.no). Each study only investigates a subset of the 8 risk factors, so the dataset contains many missing values.
data("dat.pte")
A list containing two elements, y
and se
.
y
a 29 x 8 numeric matrix containing the observed effect sizes; the rows represent studies and the columns represent outcomes.
se
a 29 x 8 numeric matrix containing the within-study standard errors; the rows represent studies and the columns represent outcomes.