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