mvpc_gen_data
Missing data generation
Package |
|
Version |
d901361 |
Docs |
|
Paper |
|
Graph type |
|
Module |
Description
Module for synthetic Gaussian data generation with different types of missingness: missing at random (MAR), missing completely at random (MCAR), and missing not at random (MNAR) Mohan et al.[1], Rubin[2].
Some fields described
modedifferent methods to generate data sets with different missingness mechanisms, such as mcar, mar and mnarnum_extra_enumber of the variables with missing values that lead to wrong resultsnum_mnumber of the variables with missing valuesp_missing_eThe probability of missing values when the missingness condition is not satisfied, e.g., missingness indicator R = 0p_missing_hThe probability of missing values when the missingness condition is satisfied, e.g., missingness indicator R = 1
Example
[
{
"id": "missing",
"num_extra_e": 2,
"num_m": 5,
"mode": "mar",
"p_missing_h": 0.9,
"p_missing_e": 0.1,
"standardized": false,
"n": 1001
}
]