Base class that provides slots for growth within the modeling objects.

new_edm_summary(property, estimate, ..., class = character())

Arguments

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.

Value

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.