extract_data_nmar_as_na {rbmi} | R Documentation |
Set to NA outcome values that would be MNAR if they were missing (i.e. which occur after an ICE handled using a reference-based imputation strategy)
Description
Set to NA outcome values that would be MNAR if they were missing (i.e. which occur after an ICE handled using a reference-based imputation strategy)
Usage
extract_data_nmar_as_na(longdata)
Arguments
longdata |
R6 |
Value
A data.frame
containing longdata$get_data(longdata$ids)
, but MNAR outcome
values are set to NA
.
[Package rbmi version 1.2.6 Index]