Description Usage Arguments Details Value See Also Examples
Calculates the Bayesian information criterion for objects of class clme
.
Calculates the Akaike and Bayesian information criterion for objects of class clme
.
1 2 3 4 5 |
object |
object of class |
... |
space for additional arguments. |
k |
value multiplied by number of coefficients |
The log-likelihood is assumed to be the Normal distribution. The model uses residual bootstrap methodology, and Normality is neither required nor assumed. Therefore the log-likelihood and these information criterion may not be useful measures for comparing models.
For k=2
, the function computes the AIC. To obtain BIC, set k = log( n/(2*pi) ); which the method BIC.clme
does.
Returns the Bayesian information criterion (numeric).
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.