Learn R Programming

crmPack (version 2.2.1)

h_hierarchical_bind_stop_report: Bind Hierarchical Stop Reports for One Arm

Description

[Experimental]

Converts the per-simulation list of hierarchical stopping rule results into the arm-level logical matrix expected by existing simulation summary classes.

Usage

h_hierarchical_bind_stop_report(stop_report, arm_name, nsim)

Value

A logical matrix with one row per simulation.

Arguments

stop_report

(list)
per-simulation list of named arm stop reports.

arm_name

(string)
hierarchical arm name to extract.

nsim

(count)
number of simulations.