The base output class for all aggregate annual models.
AnnualAggLossDevModelOutput
is the base output class for all aggregate annual model objects.
Derived classes should contain all output from a JAGS run of the input object in the slot “input”.
Currenly only the slot “input” is allowed to be a non-model node. All other nodes should be the exact name of some settable node in the model.
This is because getModelOutputNodes
currently looks at the slot names to determine what values to set; only slot “input” is known to be a slot other than a settable node.
This class is derived from LossDevModelOutput