| HierarchicalData-class | R Documentation |
HierarchicalDataHierarchicalData is a class for hierarchical designs,
storing the data for all arms together.
HierarchicalData(...)
.DefaultHierarchicalData()
... |
named |
arms(list)
a named list of Data objects, one
for each arm in the trial. The names of the list are the
arm names.
Typically, end users will not use the .DefaultHierarchicalData() function
directly.
dat_hierarchical <- HierarchicalData(
mono = .DefaultData(),
combo = .DefaultDataCombo()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.