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