Base class that provides slots for growth within the modeling objects.
new_edm_model(chain, property_list, estimate = NA, ..., class = character())
| chain | Values from the MCMC chains across iterations. |
|---|---|
| property_list | Information on the data and algorithm configuration. |
| estimate | Any estimate done within C++ and raised into R during the modeling procedure. |
| ... | Additional model-specific data |
| class | Designate the model-specific class. |
An EDM model object with subclasses of class, edm, and list that
contains:
chains: Chain values
property_list: Estimation details including:
n: Number of Observations
k: Number of Attributes
order: Highest degree from 1 to P = 2^K or less.
estimate:
Note: May be NA or a sub-list.