filter_alpha: Filters the alpha values of alpha returned by...

Description Usage Arguments Value

View source: R/get_alpha.R

Description

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

Usage

1
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


hrvg/statisticalRoughness documentation built on March 12, 2021, 4:55 p.m.