Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

healthRisk

Constructing a HealthRisk


Description

healthRisk is the constructor for the S3 class healthRisk. It allows to build for health insurance risks parameters.

Usage

healthRisk(corr.mat)

Arguments

corr.mat

matrix of numeric values. It must be a valid correlation matrix. This matrix must have names, i.e. attributes colnames and rownames indicating the names of the corresponding health insurance risk factors.

Value

an S3 object, instance of the class healthRisk.

See Also

Examples

# Creating new healthRisks.

corr.mat <- diag(rep(1, 2))
colnames(corr.mat) <- c("invalidity", "longetivity")
rownames(corr.mat) <- colnames(corr.mat)

healthRisk1 <- healthRisk(corr.mat  = corr.mat)

sstModel

Swiss Solvency Test (SST) Standard Models

v1.0.0
GPL-3 + file LICENSE
Authors
Loris Michel [aut], Melvin Kianmanesh Rad [aut], Adrien Lamit [aut], Michael Schmutz [cre], Swiss Financial Market Supervisory Authority FINMA [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.