
Half Sample Minimum Imputation
impute_half_sample_min.Rd
Impute missing values with half of the minimum value of the corresponding sample.
This method assumes that missing values are MCAR,
i.e. missing values are induced by an ion below the detection limit.
Compared to impute_sample_min()
, this method is more conservative.
Usage
impute_half_sample_min(x)
# S3 method for class 'glyexp_experiment'
impute_half_sample_min(x)
# S3 method for class 'matrix'
impute_half_sample_min(x)
# Default S3 method
impute_half_sample_min(x)