dh.metaSepModels: Function in progress to meta-analyse separate models.

View source: R/meta-sep-models.R

dh.metaSepModelsR Documentation

Function in progress to meta-analyse separate models.

Description

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


lifecycle-project/ds-cs-functions documentation built on Nov. 18, 2024, 3:36 p.m.