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)
extract_data_nmar_as_na(longdata)
longdata |
R6 |
A data.frame
containing longdata$get_data(longdata$ids)
, but MNAR outcome
values are set to NA
.