Function that calculates upper SESOI threshold

SESOI_upper_func(predictors, outcome, na.rm = FALSE)

Arguments

predictors

Data frame

outcome

Vector

na.rm

Should NAs be removed? Default is FALSE

Examples

SESOI_upper_func(outcome = iris[[1]])
#> [1] 0.1656132