Description Usage Arguments Value References
Applies Rubin's rules to combine estimates and variance-covariance matrices from different imputations.
1 | combine_rubin(param_imps, cov_imps)
|
param_imps |
Matrix containing estimated parameters in each imputation as its rows. |
cov_imps |
List of estimated covariance matrices for each imputation. |
A list:
Vector of combined parameter estimates with the same length
as columns in param_imps
.
Combined variance-covariance matrix of size n x n, where n
is the number of columns in param_imps
.
Between imputations variance-covariance matrix of size
n x n, where n is the number of columns in param_imps
.
Rubin D. B. Multiple imputation for nonresponse in surveys (2004). John Wiley & Sons.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.