| smi {mitools} | R Documentation |
An imputationList object containing five imputations of data
from the Victorian Adolescent Health Cohort Study.
data(smi)
The underlying data are in a data frame with 1170 observations on the following 12 variables.
Non drinker not in last wk <3 days last wk >=3 days last wkNon drinker not in last wk av <5units/drink_day av =>5units/drink_daynon/ex-smoker <6 days 6/7 daysCarlin, JB, Li, N, Greenwood, P, Coffey, C. (2003) "Tools for analysing multiple imputed datasets" The Stata Journal 3; 3: 1-20.
data(smi) with(smi, table(sex, drkfre)) model1<-with(smi, glm(drinkreg~wave*sex, family=binomial())) MIcombine(model1) summary(MIcombine(model1))