coef.deltamethod | R Documentation |
Methods for objects of class "deltamethod"
.
## S3 method for class 'deltamethod'
coef(object, ...)
## S3 method for class 'deltamethod'
vcov(object, ...)
object |
an object of class |
... |
other arguments. |
The coef
function extracts the transformed estimates from objects of class "deltamethod"
. The vcov
function extracts the corresponding variance-covariance matrix.
Either a vector with the transformed estimates or a variance-covariance matrix.
Wolfgang Viechtbauer (wvb@metafor-project.org, https://www.metafor-project.org).
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
deltamethod
for the function to create deltamethod
objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.