| HierarchicalDesign-class | R Documentation |
HierarchicalDesignHierarchicalDesign stores a collection of named DesignArm objects
and derives the corresponding HierarchicalData and HierarchicalModel
objects from them.
HierarchicalDesign(
...,
exchangeable_parameters = list(),
pool_correlations = list(),
pool_priors = list()
)
.DefaultHierarchicalDesign()
... |
|
exchangeable_parameters |
( |
pool_correlations |
( |
pool_priors |
( |
arms(list)
a named list of DesignArm objects.
data(HierarchicalData)
the hierarchical data object assembled
from the arm-specific design data.
model(HierarchicalModel)
the hierarchical model object assembled
from the arm-specific design models.
Typically, end users will not use the .DefaultHierarchicalDesign()
function directly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.