coef.deltamethod {metafor} | R Documentation |
Extract the Estimates and Variance-Covariance Matrix from 'deltamethod' Objects
Description
Methods for objects of class "deltamethod"
.
Usage
## S3 method for class 'deltamethod'
coef(object, ...)
## S3 method for class 'deltamethod'
vcov(object, ...)
Arguments
object |
an object of class |
... |
other arguments. |
Details
The coef
function extracts the transformed estimates from objects of class "deltamethod"
. The vcov
function extracts the corresponding variance-covariance matrix.
Value
Either a vector with the transformed estimates or a variance-covariance matrix.
Author(s)
Wolfgang Viechtbauer (wvb@metafor-project.org, https://www.metafor-project.org).
References
Viechtbauer, W. (2010). Conducting meta-analyses in R with the metafor package. Journal of Statistical Software, 36(3), 1–48. https://doi.org/10.18637/jss.v036.i03
See Also
deltamethod
for the function to create deltamethod
objects.
[Package metafor version 4.8-0 Index]