diagnose_qtbi: Diagnose QTBI encoder behavior on processed data

View source: R/diagnose_qtbi.R

diagnose_qtbiR Documentation

Diagnose QTBI encoder behavior on processed data

Description

Diagnose QTBI encoder behavior on processed data

Usage

diagnose_qtbi(
  data,
  synergy_grid = seq(0, 1, by = 0.05),
  synergy_ref = NULL,
  verbose = TRUE
)

Arguments

data

A qtbi_data object from estimate_qtbi().

synergy_grid

Grid of synergy values for sensitivity curves.

synergy_ref

Reference synergy for summary statistics (defaults to the value used in estimate_qtbi()).

verbose

If TRUE, print a concise summary.

Value

A qtbi_diagnosis object (also printed when verbose = TRUE).


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