Constructing a Health Delta-Normal Term with Respect to healthRisk
health
is the constructor for the S3 class health.
It allows to build for the sensitivities (understood as volatilities)
for health insurance risks.
health(name, currency, sensitivity)
name |
character value. the names of the health risk factors. Note that no duplicated names should appear. |
currency |
character value. The currencies in which
|
sensitivity |
positive numeric value. The sensitivities with respect
for the corresponding risk-factors. Sensitivities must be
expressed in the corresponding currency in the column |
An S3 object, instance of the class health.
All parameters must be of equal length.
# Creating a new health. health1 <- health(name = c("pandemy", "longetivity", "storno"), currency = c("EUR", "CHF", "EUR"), sensitivity = c(100, 150, 130))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.