powered by
Returns BIC for a metaplus object.
# S3 method for metaplus BIC(object, ...)
BIC of fitted model
metaplus object
additional argument; currently none are used.
Ken Beath
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