Learn R Programming

sstModel (version 1.0.0)

summary.health: Summarizing a Health Delta-Normal Term

Description

summary method for the S3 class health.

Usage

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

Arguments

object

3 S3 object of class health.

...

additional arguments affecting the summary produced.

Value

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

See Also

summary, health.

Examples

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

# }

Run the code above in your browser using DataLab