Description Usage Arguments Value Author(s) See Also Examples
These method functions return the estimated fixed-effects coefficients and their (co)variance matrix for fitted
dose-response meta-analytical models represented in objects of class "dosresmeta
".
1 2 3 4 5 |
object |
an object of class " |
format |
format of the returned object. |
... |
further arguments passed to or from other methods. |
For coef
, a vector (default) or matrix with the estimated (fixed-effects) coefficients.
For vcov
, the (co)variance matrix of the estimated (fixed-effects) coefficients.
Alessio Crippa, alessio.crippa@ki.se
dosresmeta
, coef
, vcov
, logLik.dosresmeta
1 2 3 4 5 6 7 8 9 10 | ## Load data and run the model
data("alcohol_cvd")
model <- dosresmeta(formula = logrr ~ dose + I(dose^2), type = type, id = id,
se = se, cases = cases, n = n, data = alcohol_cvd)
## Fixed-effect coefficients
coef(model)
## Fixed-effect (co)variance matrix
vcov(model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.