S3 method for summary() on Total objects. Total already carries
one row per group (no time dimension), so this method produces a
compact view that orders rows by descending loss ratio and rounds
numeric columns for display.
Usage
# S3 method for class 'Total'
summary(object, digits = 4L, ...)Arguments
- object
An object of class
Total.- digits
Integer; number of digits passed to
round()for numeric columns. Default4L. PassNULLto skip rounding.- ...
Unused; included for S3 compatibility.
