View source: R/compare_models.r
compare_models | R Documentation |
This function compares model fits with the Bayesian Information Criterion (BIC). The model with the lowest BIC has the highest likelihood or fit of the model to the data. A BIC difference between two models (ΔBIC) is equal to the Bayes Factor. A likelihoods.
compare_models(models, file)
models |
A list of models to compare (e.g.,
|
file |
Output file directory |
This function outputs a text file containing a BIC table.
Kevin Surya
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.