Description Value Methods Author(s) References See Also Examples
An object returned by the mvmeta
function, inheriting from class "mvmeta"
, and representing a fitted univariate or multivariate meta-analytical model.
Objects of class "mvmeta"
are lists with defined components. Dimensions of such components may refer to k outcome parameters, p predictors and m studies used for fitting the model (the latter can be different from those originally selected due to missing). The following components needs to be included in a legitimate mvmeta
object:
|
a p-dimensional vector (for univariate models) or a p x k matrix (for multivariate models) of the fixed-effects coefficients. |
vcov |
estimated kp x kp (co)variance matrix of the fixed-effects coefficients. |
Psi |
for random-effects models, the estimated k x k between-study (co)variance matrix. |
residuals |
a m-dimensional vector (for univariate models) or m x k matrix (for multivariate models) of residuals, that is observed minus fitted values. |
fitted.values |
a m-dimensional vector (for univariate models) or m x k matrix (for multivariate models) of fitted mean values. |
df.residual |
the residual degrees of freedom. |
rank |
the numeric rank of the fitted model. |
logLik |
the (restricted) log-likelihood of the fitted model. Set to |
converged, niter |
for models with iterative estimation methods, logical scalar indicating if the algorithm eventually converged. |
par |
parameters estimated in the optimization process when using likelihood-based estimators. These correspond to trasformations of entries of the between-study (co)variance matrix of random effects, dependent on chosen |
hessian |
Hessian matrix of the estimated parameters in |
negeigen |
for models fitted through method of moments, the number of negative eigenvalues in the estimated between-study (co)variance matrix, then set to 0. |
control |
a list with the values of the control arguments used, as returned by |
method |
the estimation method. |
bscov |
a string defining the between-study (co)variance structure in likelihood based models. |
S |
a m x k(k+1)/2 matrix, where each row represents the vectorized entries of the lower triangle of the related within-study (co)variance matrix, taken by column. See |
dim |
list with the following scalar components: |
df |
list with the following scalar components: |
lab |
list with the following label vectors: |
model |
the model frame used for fitting. Reported if |
call |
the function call. |
na.action |
(where relevant) information returned by |
formula |
the model supplied. |
terms |
the |
contrasts |
(where relevant) the contrasts used. |
xlevels |
(where relevant) a record of the levels of the factors used in fitting. |
A number of methods functions are available for mvmeta
objects, most of them common to other regression functions.
Specifically-written method functions are defined for predict
(standard predictions) and blup
(best linear unbiased predictions). The method function simulate
produces simulated outcomes from a fitted model, while qtest
performs the Cochran Q test for heterogeneity. Other methods have been produced for summary
, logLik
, coef
, and vcov
.
Specific methods are also available for model.frame
and model.matrix
. In particular, the former produces the model frame (a data frame with special attributes storing the variables used for fitting) with the additional class "data.frame.mvmeta"
. Methods na.omit
and na.exclude
for this class are useful for the handling of missing values in mvmeta
objects.
Printing functions for the objects of classes defined above are also provided. anova
methods for performing tests in mvmeta
objects are in development.
All the methods above are visible (exported from the namespace) and documented. In additions, several default method functions for regression are also applicable to objects of class "mvmeta"
, such as fitted
, residuals
, AIC
, BIC
and update
, among others.
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 mvmeta
. See lm
or glm
for standard regression functions. See mvmeta-package
for an overview of this modelling framework.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.