imputation.Rd
the NA values are replaced with a fraction of the minimum value of that row (min_r), sampled in the interval \([min_r * a, min_r * b]\)
imputation(mRList = NULL, seed = NULL, a = 0.1, b = 0.25)
mRList object
set this seed with set.seed
minimum increase factor
maxmimum increase factor
mRList object with imputed values