Learn R Programming

metaplus (version 1.0-5)

BIC: BIC for metaplus object

Description

Returns BIC for a metaplus object.

Usage

# S3 method for metaplus
BIC(object, ...)

Value

BIC of fitted model

Arguments

object

metaplus object

...

additional argument; currently none are used.

Author

Ken Beath

Examples

Run this code
data(mag)
mag1 <- metaplus(yi, sei, plotci = TRUE, slab = study, cores = 1, data = mag)
print(BIC(mag1))

Run the code above in your browser using DataLab