Description Usage Arguments Value Note Author(s) References See Also Examples
View source: R/logLik.mvmeta.R
This method function returns the log-likelihood for fitted univariate or multivariate meta-analytical models represented in objects of class "mvmeta"
.
1 2 |
object |
an object of class |
... |
further arguments passed to or from other methods. |
A numeric scalar of class "logLik"
with attributes, providing the (restricted) log likelihood of the model. Attributes correspond to the component df
of mvmeta
objects, namely the following scalars: nall
(number of observations used for estimation, excluding missing values), nobs
(equal to nall
, minus the number of fixed-effects coefficients for REML models, fixed
(number of estimated fixed-effects coefficients), random
(number of estimated (co)variance terms).
This functions is called by AIC
and BIC
for computing the Akaike and Bayesian information criteria.
Antonio Gasparrini, antonio.gasparrini@lshtm.ac.uk
Sera F, Armstrong B, Blangiardo M, Gasparrini A (2019). An extended mixed-effects framework for meta-analysis.Statistics in Medicine. 2019;38(29):5429-5444. [Freely available here].
Gasparrini A, Armstrong B, Kenward MG (2012). Multivariate meta-analysis for non-linear and other multi-parameter associations. Statistics in Medicine. 31(29):3821–3839. [Freely available here].
See the default method logLik
. See mvmeta-package
for an overview of the package and modelling framework.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.