A simulated dataset of 500 observations based on Simulation Study I (Model 1, Case 4) of Riddles, Kim, and Im (2016). The data features a nonignorable nonresponse (NMAR) mechanism where the response probability depends on the study variable `y`.
Format
A data frame with 500 rows and 4 variables:
- x
Numeric. The auxiliary variable, x ~ Normal(0, 0.5).
- y
Numeric. The study variable with nonignorable nonresponse. `y` contains `NA`s for nonrespondents.
- y_true
Numeric. The complete, true value of `y` before missingness was introduced.
- delta
Integer. The response indicator (1 = responded, 0 = nonresponse).
