| HierarchicalSamples-class | R Documentation |
HierarchicalSamplesHierarchicalSamples stores posterior draws from a HierarchicalModel
together with metadata that maps each hierarchical arm back to its arm-level
sample names.
HierarchicalSamples(data, options, arm_samples)
.DefaultHierarchicalSamples()
data |
see slot definition. |
options |
see slot definition. |
arm_samples |
see slot definition. |
arm_samples(list)
named list with one entry per hierarchical arm.
Each entry is a named character vector mapping arm-level parameter names
such as "alpha0" to the corresponding sample names stored in data.
Typically, end users will not use the
.DefaultHierarchicalSamples() function directly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.