DIC | R Documentation |
Generic function returning the deviance information criterion (DIC) of a fitted model object.
DIC(object, ...)
object |
A fitted model object for which there exists a |
... |
Optionally more fitted model objects. |
## Not run: d <- GAMart()
b1 <- bamlss(num ~ s(x1), data = d)
b2 <- bamlss(num ~ s(x1) + s(x2), data = d)
DIC(b1, b2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.