powered by
Returns the log Likelihood for a metaplus object.
# S3 method for metaplus logLik(object, ...)
The loglikelihood of the 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(logLik(mag1))
Run the code above in your browser using DataLab