Calculate the missing proportion in MAR3, used in 'generate_miss'. Solve the function (1-x)^p + (1-m)*p*x -1 = 0 in (0, 1), where m = miss_perc, p = num_col

monot_quantil(miss_perc, num_col)

Arguments

miss_perc

Desired proportion of missingness

num_col

Number of columns

Value

The required percentage for the quantil in MAR3. Solution to th function (1-x)^p + (1-m)*p*x -1 = 0 in (0, 1)