SIC | R Documentation |
Schwarz information criterion
SIC(object, ...)
object |
a fitted model object for which there exists a
|
... |
optionally more fitted model objects. |
The value of stats::BIC()
stats::BIC()
, stats::AIC()
Other penalty-functions:
BMDL()
,
HQC()
,
MBIC()
,
MDL()
# The SIC is just the BIC
SIC(fit_meanvar(CET, tau = NULL))
BIC(fit_meanvar(CET, tau = NULL))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.