mice.impute.lag {dynamite} | R Documentation |
Compute Lagging Values of an Imputed Response
Description
Function for computing the lagged values of an imputed response in mice
.
Usage
mice.impute.lag(y, ry, x, wy = NULL, group_val, group_var, resp, ...)
Arguments
y |
Vector to be imputed |
ry |
Logical vector of length |
x |
Numeric design matrix with |
wy |
Logical vector of length |
group_val |
[ |
group_var |
[ |
resp |
[ |
... |
Other named arguments. |
[Package dynamite version 1.5.2 Index]