| new_vimmi | R Documentation |
Constructor for vimmi objects
new_vimmi(
data,
imp,
where,
m,
nmis,
method,
boot,
uncert,
call,
tuning_log = NULL,
chain = NULL,
seed = NULL,
model_error = NULL
)
data |
Original data.frame/data.table with NAs intact |
imp |
Named list: per variable with missings, a data.frame with nmis rows and m columns of imputed values |
where |
Logical matrix indicating which cells were imputed |
m |
Number of imputations |
nmis |
Named integer vector of missing counts per variable |
method |
Named list of methods used per variable |
boot |
Logical: was bootstrap used? |
uncert |
Character: uncertainty method used |
call |
The original function call |
tuning_log |
Optional tuning report from the (single) tuning run, shared by all m imputations; NULL when tuning was not requested |
chain |
Optional per-iteration chain statistics:
|
seed |
The seed applied at entry of the |
model_error |
Optional per-variable model-quality list (NRMSE/PFC,
from the first imputation run), as in |
A vimmi object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.