Slots
arms(
list)
a named list ofDataobjects, one for each arm in the trial. The names of the list are the arm names.
Examples
dat_hierarchical <- HierarchicalData(
mono = .DefaultData(),
combo = .DefaultDataCombo()
)
arms(list)
a named list of Data objects, one
for each arm in the trial. The names of the list are the
arm names.
dat_hierarchical <- HierarchicalData(
mono = .DefaultData(),
combo = .DefaultDataCombo()
)