relativeLikelihood | R Documentation |
This function calculate a relative log likelihood using criterion values for a set of models. The criterion should indicate a better model for a lower value.
relativeLikelihood(crit)
crit |
Vector of criterion values for models. |
If the input vector is named, the output vector will also be named.
Vector of likelihoods. The best model will have a likelihood of 1, and models with likelihoods lower than 0.05 could be considered "significantly" worse than the best model.
#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.