powered by
An imputationList object containing five imputations of data from the Victorian Adolescent Health Cohort Study.
imputationList
data(smi)
The underlying data are in a data frame with 1170 observations on the following 12 variables.
a numeric vector
a factor with levels Non drinker not in last wk <3 days last wk >=3 days last wk
Non drinker
not in last wk
<3 days last wk
>=3 days last wk
a factor with levels Non drinker not in last wk av <5units/drink_day av =>5units/drink_day
av <5units/drink_day
av =>5units/drink_day
a factor with levels non/ex-smoker <6 days 6/7 days
non/ex-smoker
<6 days
6/7 days
a logical vector
# NOT RUN { data(smi) with(smi, table(sex, drkfre)) model1<-with(smi, glm(drinkreg~wave*sex, family=binomial())) MIcombine(model1) summary(MIcombine(model1)) # }
Run the code above in your browser using DataLab