Description Usage Arguments Value Examples
View source: R/InfCriteriaV3.R
Calculates BIC and AIC, Bayesian and Akaike given log-likelihood
1 | InfCriteriaV3(loglikelihood, clusters, dimension, nObservations = 100)
|
loglikelihood |
Negative value of class numeric |
clusters |
yes |
dimension |
yes |
nObservations |
yes |
List of BIC and AIC
BIC
AIC
1 2 3 4 | resultsInfCriteria <- InfCriteriaV3(loglikelihood = -5080,
clusters = 2,
dimension = 3,
nObservations = 1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.