Skip to content
Prev 2465 / 5636 Next

[R-meta] Extracting residuals from rma.mv function

I am not familiar with repeatability tests, so I cannot comment on that part.

However, if you use residuals for further analyses, you may want to account for differences in their standard errors and the fact that they are correlated. As decribed, you can get their standard errors via rstandard() and you can get their whole var-cov matrix with vcov(..., type="resid").

Best,
Wolfgang