Learn R Programming

rbmi (version 1.4.1)

extract_data_nmar_as_na: 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)

Value

A data.frame containing longdata$get_data(longdata$ids), but MNAR outcome values are set to NA.

Arguments

longdata

R6 longdata object containing all relevant input data information.