calcCriterion.Rd
This function calculate evaluation of NEMoE object.
calcCriterion(NEMoE_obj, crit_list = c("AIC", "BIC", "ICL1"), ...)
crit_list | a list of evaluation metric. |
---|---|
... | other parameters can be put into calcCriterion. |
NEMoE | a NEMoE of object with fitted parameters. |
A vector of evaluation result.
#> AIC BIC ICL1 #> [1,] -994.9178 -1301.066 -1601.14