Learn R Programming

sstModel (version 1.0.0)

summary.life: Summarizing a Life Delta-Normal Remainder Term

Description

summary method for the S3 class life.

Usage

# S3 method for life
summary(object, ...)

Arguments

object

S3 object of class life.

...

additional arguments affecting the summary produced.

Value

an S3 object, instance of class c("summaryDefault", "table").

See Also

summary, life

Examples

Run this code
# NOT RUN {
# Creating a new life item.
life1 <-   life(name        = c("pandemy", "longetivity", "storno"),
                currency    = c("EUR", "CHF", "EUR"),
                sensitivity = c(100, 150, 130))
# summarizing the life item.
summary(life1)

# }

Run the code above in your browser using DataLab