Description Usage Arguments Details Value See Also Examples
Used to extract parameter estimates and standard errors from
lists produced by with.imputationList
.
1 | MIextract(results, expr, fun)
|
results |
A list of objects |
expr |
an expression |
fun |
a function of one argument |
If expr
is supplied, it is evaluated in each element of
results
. Otherwise each element of results
is passed as
an argument to fun
.
A list
with.imputationList
, MIcombine
1 2 3 4 5 6 |
Multiple imputation results:
MIcombine.default(betas, vars)
results se (lower upper) missInfo
(Intercept) -2.25974358 0.26830731 -2.78584855 -1.7336386 4 %
wave 0.24055250 0.06587423 0.11092461 0.3701804 12 %
sex 0.64905222 0.34919264 -0.03537187 1.3334763 1 %
wave:sex -0.03725422 0.08609199 -0.20623121 0.1317228 7 %
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.