Returns boolean masks specifying MAR/MNAR imputation
Source:R/mixed_imputation.R
create_imputation_mask.Rd
Returns boolean masks specifying MAR/MNAR imputation
Details
A value is considered as MNAR when the mean value of the replicates of a condition is below a threshold. This can be a fixed value between 0-1. E.g. '0.1' specifies that this threshold is the 10th percentile of all values over the replicates of a condition.
When set to 'empirically', this threshold is determined based on the data. In this case, all intensities that are the only non-missing value within replicates are collected, and the median value of this set is used as cutoff.