View source: R/meta-sep-models.R
dh.metaSepModels | R Documentation |
Function in progress to meta-analyse separate models.
dh.metaSepModels(
input = "fit",
ref = NULL,
exp = NULL,
method = NULL,
output = "both"
)
input |
Character; "fit" to use the output from ds.glmSLMA; "stats" to use the output from ds.lmTab. |
ref |
Tibble, output from dh.multGlm. |
exp |
Logical, whether to exponentiate coefficients after meta-analysis |
method |
Method of meta-analysing coefficients. |
output |
Character; "cohort" to return cohort coefficients only, "meta" to return meta-analysed coefficients only, "both" to return both. |
A tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.