Description Usage Arguments Examples
View source: R/dw_combine_imputations.R
Function used to examine the combined results from all imputed datasets.
1 2 | dw_combine_imputations(imputeddata, formula, reg_type, outcome_levels,
imputations)
|
imputeddata |
Imputed dataset. |
formula |
Model formula. |
reg_type |
Type of model. 1 = lm. 2 = lrm |
outcome_levels |
Outcome levels. E.g. "2" if binary. |
imputations |
Number of imputations. |
1 2 3 | {
dw_combine_imputations
(imputeddata,formula,reg_type,outcome_levels,imputations)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.