Skip to contents

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 Link object from as_link().

model

Either "ata" (multiplicative chain-ladder factors) or "ed" (additive exposure-driven intensities). When model = "ed", the link table must have been built with exposure set. The default uses "ed" if attr(object, "premium") is non-NULL, otherwise "ata".

alpha, digits, ...

Forwarded to the underlying summary helper.

Value

Either an ATASummary (model = "ata") or EDSummary (model = "ed") data.table.