Skip to contents

Families are tested in order; if a family produces no rejections, subsequent families are blocked from testing. rmorie-specific stage-list return shape; no drop-in CRAN equivalent (gMCP covers the concept but with a different graphical API).

Usage

hierarchical_bonferroni(
  p_values_by_family,
  alpha = 0.05,
  propagate_alpha = TRUE
)

Arguments

p_values_by_family

List of numeric vectors, one per family.

alpha

Overall FWER level.

propagate_alpha

Logical; currently keeps alpha constant across families (mirrors the Python reference).

Value

A morie_rich_result list with one stage entry per family and an overall_rejected logical vector.