Description Usage Arguments Value
View source: R/ecoff_quantile.R
Finds ECOFF value based on the quantile of the GMM chosen by some information criterion.
1 | ecoff_quantile(my_k, res, quant = 0.01)
|
my_k |
number of components of the GMM, can be calculated using optimal_K(data, round(sqrt(sum(binned_data!=0))), "BIC", take_resist = F) |
res |
result from the function EM_fit, can be calculated using EM_fit(binned_data, my_k, take_resist = F) |
quant |
quantile to use as a decision for the ECOFF value, default is 0.01 |
out: ECOFF
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.