Learn R Programming

metafor (version 1.9-2)

dat.hackshaw1998: Studies on Lung Cancer Risk from ETS Exposure

Description

Results from 37 studies on the risk of lung cancer from environmental tobacco smoke (ETS) exposure.

Usage

dat.hackshaw1998

Arguments

format

The data frame contains the following columns: lll{ study numeric study number author character first author of study year numeric publication year country character country where study was conducted design character either cohort or case-control study cases numeric number of lung cancer cases yi numeric log odds ratio vi numeric corresponding sampling variance }

source

Hackshaw, A. K. (1998). Lung cancer and passive smoking. Statistical Methods in Medical Research, 7, 119--136.

Details

The dataset includes the results from 37 studies (4 cohort, 33 case-control) on the risk of lung cancer from environmental tobacco smoke (ETS) exposure from the spouse in women who are lifelong nonsmokers. Values of the log odds ratio greater than 0 indicate an increased risk of cancer in exposed women compared to women not exposed to ETS from their spouse.

Examples

Run this code
### load data
data(dat.hackshaw1998)

### random-effects model
res <- rma(yi, vi, data=dat.hackshaw1998)
res

### obtain predicted average odds ratio
predict(res, transf=exp, digits=2)

Run the code above in your browser using DataLab