BIC.spdur | R Documentation |
Computes the Bayesian Information Criterion for an spdur
class object.
## S3 method for class 'spdur'
BIC(object, ...)
object |
An object of class |
... |
Optional arguments. |
Computed as AIC(object, k = log(nobs(object)))
.
BIC
, AIC.spdur
data(model.coups)
BIC(model.coups)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.