mice.impute.cens {doMIsaul} | R Documentation |
Function from Lapidus et al.
for imputing left-censored data with mice
mice.impute.cens(
y,
ry,
x,
lod.j,
lod.name = "lod",
REDRAW = FALSE,
wy = NULL,
...
)
y |
Vector to be imputed |
ry |
Logical vector of length |
x |
Numeric design matrix with |
lod.j |
censoring value. |
lod.name |
suffix name used for the censored variable. |
REDRAW |
Boolean indicating whether values should be redrawn if some are over the censoring limit |
wy |
Logical vector of length |
... |
Other named arguments. |
Vector with imputed data, same type as y
, and of length
sum(wy)
.