| sim.MI {Zelig} | R Documentation |
Simulate Multiply Imputed Data
## S3 method for class 'MI'
sim(obj, x=NULL, x1=NULL, y=NULL, num=1000,
...)
obj |
a 'zelig.MI' object containing several fits for two or more subsetted data-frames |
x |
a 'setx.mi' object containing explanatory variables for each fitted model |
x1 |
a 'setx.mi' object containing explanatory variables for each fitted model |
y |
this feature is currently unimplemented |
num |
an integer specifying the number of simulations to compute |
... |
ignored parameters |
a 'sim.MI' with simulated quantities of interest for each fitted contained by 'obj'
Matt Owen mowen@iq.harvard.edu