AIC | R Documentation |
Returns AIC for a metaplus object.
## S3 method for class 'metaplus'
AIC(object, ...)
object |
metaplus object |
... |
additional argument; currently none are used. |
AIC of fitted model
Ken Beath
data(mag)
mag1 <- metaplus(yi, sei, plotci = TRUE, slab = study, cores = 1, data = mag)
print(AIC(mag1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.