mice.impute.sample {mice} | R Documentation |
Imputes a random sample from the observed y
data
mice.impute.sample(y, ry, x = NULL, ...)
y |
Incomplete data vector of length |
ry |
Vector of missing data pattern ( |
x |
Matrix ( |
... |
Other named arguments. |
This function takes a simple random sample from the observed values in
y
, and returns these as imputations.
A vector of length nmis
with imputations.
Stef van Buuren, Karin Groothuis-Oudshoorn, 2000
van Buuren S and Groothuis-Oudshoorn K (2011). mice
:
Multivariate Imputation by Chained Equations in R
. Journal of
Statistical Software, 45(3), 1-67.
http://www.jstatsoft.org/v45/i03/