bic2lk | R Documentation |
Converts Bayesian Information Criterion (BIC) to likelihood (lk) value
bic2lk(bic, k, n)
bic_to_lk(bic, k, n)
bic |
Bayesian Information Criterion (BIC) value |
k |
number of parameters estimated |
n |
number of observations |
## Not run:
bic2lk(bic=10,k=3,n=100)
bic2lk(bic=10,k=5,n=100)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.