updateMI {remiod} | R Documentation |
Apply a MI method following initial run of remoid
function
Description
Apply a MI method following initial run of remoid
function
Usage
updateMI(object, method = c("MAR", "J2R", "CR", "delta"), delta = 0,
mi.setting = NULL, mess = TRUE)
Arguments
object |
object inheriting from class |
method |
a method for obtaining multiple-imputed dataset. Options include
|
delta |
specific value used for Delta adjustment, applicable only for method="delta". |
mi.setting |
a list of arguments for extracting MI data set, which
will be used to update the one in |
mess |
logical; should messages be given? Default is TRUE. |
[Package remiod version 1.0.2 Index]