Filters the alpha values of alpha returned by get_all_alpha() between zero and the 99.9% quantile of the initial alphas

filter_alpha(alpha, prob = 0.999, rsquared_filter = TRUE)

Arguments

alpha,

a data.frame returned by get_all_alpha()

prob,

numeric the value of the probabilities passed to quantile()

rsquared_filter,

logical, if TRUE, filters out the alpha.r2 values lower than 0.99

Value

a data.frame