summary.health: Summarizing a Health Delta-Normal Term

Description Usage Arguments Value See Also Examples

Description

summary method for the S3 class health.

Usage

1
2
## S3 method for class '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

1
2
3
4
5
6
# 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)

sstModel documentation built on May 2, 2019, 12:16 p.m.