Dispatch to the appropriate diagnostic table based on model.
Usage
# S3 method for class 'Link'
summary(object, model = NULL, alpha = 1, digits = NULL, ...)Arguments
- object
A
Linkobject fromas_link().- model
Either
"ata"(multiplicative chain-ladder factors) or"ed"(additive exposure-driven intensities). Whenmodel = "ed", the link table must have been built withexposureset. The default uses"ed"ifattr(object, "premium")is non-NULL, otherwise"ata".- alpha, digits, ...
Forwarded to the underlying summary helper.
