Summarizing an Insurance Liability
summary method for the S3 class liability.
## S3 method for class 'liability' summary(object, ...)
object |
S3 object of class liability. |
... |
additional arguments affecting the summary produced. |
an S3 object, instance of class c("summaryDefault", "table")
.
# Creating a liability. liab <- liability(1, "USD", 1000) # summarizing the liability. summary(liab)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.