synergy_diagnostics: Full circuit diagnostics for a cohort percentile matrix

View source: R/diagnostics.R

synergy_diagnosticsR Documentation

Full circuit diagnostics for a cohort percentile matrix

Description

Full circuit diagnostics for a cohort percentile matrix

Usage

synergy_diagnostics(
  pct_mat,
  synergy_grid = seq(0, 1, by = 0.05),
  synergy_ref = 0.6,
  exposure_names = NULL,
  metal_names = NULL,
  weights = NULL
)

Arguments

pct_mat

Numeric matrix of within-cohort percentiles (rows = subjects).

synergy_grid

Grid of synergy values in ⁠[0, 1]⁠.

synergy_ref

Reference synergy for summary statistics.

exposure_names

Labels for exposures (columns of pct_mat).

metal_names

Deprecated alias for exposure_names.

weights

Optional potency weights aligned with columns of pct_mat.

Value

List with cohort_band, marginals, monotonicity, synergy_ref, sens_ref.


qtbi documentation built on June 9, 2026, 5:09 p.m.