Description Usage Arguments Details Value Note Author(s) References See Also
Returns the variance-covariance matrix of the main parameters of a fitted model object.
1 2 |
object |
a |
... |
arguments to be passed on to other functions |
The variance-covariance matrix is obtained from the inverse Hessian as provided by optim
.
A matrix of the estimated covariances between the parameter estimates in the Riley model: logit of sensitivity (mu1), logit of false positive rate (mu2
), additional variation of mu1
beyond sampling error (psi1
), additional variation of mu2
beyond sampling error (psi2
) and a transformation of the correlation between psi1
and psi2
(rhoT
). The original correlation is given as inv.logit(rhoT)*2-1
.
A warning message is casted when the Hessian matrix contains negative eigenvalues. This implies that the identified minimum for the (restricted) negative log-likelihood is a saddle point, and that the solution is therefore not optimal.
Thomas Debray <thomas.debray@gmail.com>
Riley, RD., Thompson, JR., & Abrams, KR. (2008). βAn alternative model for bivariate random-effects meta-analysis when the within-study correlations are unknown.β Biostatistics, 9, 172β186.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.