Description Usage Arguments Value
Base class that provides slots for growth within the modeling objects.
1 | new_edm_summary(property, estimate, ..., class = character())
|
property |
Information on the data and algorithm configuration. |
estimate |
Mean, SD, Quantiles on chains pased in. |
... |
Additional model-specific data |
class |
Specify a model-specific summary class. |
An EDM summary object with subclasses of class
, edm_summary
, and list
that
contains:
property
: Estimation details including:
n
: Number of Observations
k
: Number of Attributes
order
: Highest degree from 1 to P = 2^K or less.
estimate
: Mean, SD, Quantiles on MCMC chains.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.