Skip to contents

Function in progress to meta-analyse separate models.

Usage

dh.metaSepModels(
  input = "fit",
  ref = NULL,
  exp = NULL,
  method = NULL,
  output = "both"
)

Arguments

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.

Value

A tibble