Description Usage Arguments Details Value Examples
View source: R/zero_est_graph.R
Calculates the BIC score.
1 | bic_score(avgnll, n, numpar)
|
avgnll |
Average negative log likelihood over the sample. |
n |
The sample size. |
numpar |
The degree of freedom. |
Returns 2*avgnll+log(n)/n*numpar
.
A number, the BIC score.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.