ecoff_quantile: ECOFF Based On Quantile

Description Usage Arguments Value

View source: R/ecoff_quantile.R

Description

Finds ECOFF value based on the quantile of the GMM chosen by some information criterion.

Usage

1
ecoff_quantile(my_k, res, quant = 0.01)

Arguments

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

Value


sp2019-antibiotics/semiparclust documentation built on Nov. 5, 2019, 9:14 a.m.