Function that calculates lower SESOI threshold
SESOI_lower_func(predictors, outcome, na.rm = FALSE)
Arguments
| predictors |
Data frame |
| outcome |
Vector |
| na.rm |
Should NAs be removed? Default is FALSE |
Examples
SESOI_lower_func(outcome = iris[[1]])
#> [1] -0.1656132