mice.impute.2l.2stage.bin {micemd} | R Documentation |
Imputation by a two-level logistic model based on a two-stage estimator
Description
Imputes univariate two-level binary variable from a logistic model. The imputation method is based on a two-stage estimator: at step 1, a logistic regression model is fitted to each observed cluster; at step 2, estimates obtained from each cluster are combined according to a linear random effect model.
Usage
mice.impute.2l.2stage.bin(y, ry, x, type, method_est = "mm", ...)
Arguments
y |
Incomplete data vector of length |
ry |
Vector of missing data pattern |
x |
Matrix |
type |
Vector of length |
method_est |
Vector of string given the version of the estimator to used. Choose |
... |
Other named arguments. |
Details
Imputes univariate two-level continuous variable from a heteroscedastic normal model. The imputation method is based on a two-stage estimator: at step 1, a linear regression model is fitted to each observed cluster; at step 2, estimates obtained from each cluster are combined according to a linear random effect model. Two possibilities are available to combine estimates at stage 2: by default, parameters of the linear random effect model are estimated according to the method of moments (MM), otherwise, parameters of the linear random effect model can be estimated according to the restricted maximum likelihood estimator (REML). The variability on the parameters of the imputation is propagated according to an asymptotic strategy requiring a large number of clusters. Compared to the REML version, the MM version is quicker to perform, but it provides less theoretical garanties. Nevertheless, simulation studies show that both versions lead to similar inferences (Audigier et al, 2018; Resche-Rigon, M. and White, I. R., 2016).
Value
A vector of length nmis
with imputations.
Author(s)
Vincent Audigier vincent.audigier@cnam.fr
References
Audigier, V., White, I. , Jolani ,S. Debray, T., Quartagno, M., Carpenter, J., van Buuren, S. and Resche-Rigon, M. Multiple imputation for multilevel data with continuous and binary variables (2018). Statistical Science. <doi:10.1214/18-STS646>.
Resche-Rigon, M. and White, I. R. (2016). Multiple imputation by chained equations for systematically and sporadically missing multilevel data. Statistical Methods in Medical Research. To appear. <doi:10.1177/0962280216666564>
See Also
mice,mice.impute.2l.glm.bin,mice.impute.2l.jomo