Skip to content
Prev 5283 / 5632 Next

[R-meta] Inverse weighting after estimation of VCOV

Hi David,

I don't entirely understand the models that you're looking at, so
clarifying the following would help in getting good feedback:
* What is the variable `shared_variance` used in the vcalc call?
* What is the variable `number` used in the random effects argument of
rma.mv?
* How are these variables related?

Additionally, it would be good to check that the vcov matrix created by
vcalc() is as you intend it to be. Could you pull out the blocks of this
matrix for a few studies and just verify that they give you covariance
matrices with a correlation of 0.7? I mean something like:
vcov_study_k <- V_mat[i:j, i:j]
cov2cor(vcov_study_k)
where the indices i:j are the rows in your data corresponding to a given
study k.

James

On Fri, May 24, 2024 at 10:00?AM David Pedrosa via R-sig-meta-analysis <
r-sig-meta-analysis at r-project.org> wrote: