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

print.healthRisk

Printing a HealthRisk


Description

print method for the S3 class healthRisk.

Usage

## S3 method for class 'healthRisk'
print(x, ...)

Arguments

x

S3 object of class healthRisk.

...

additional arguments.

Value

None (invisible NULL).

See Also

Examples

# Creating a new healthRisk.

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

healthRisk1 <- healthRisk(corr.mat  = corr.mat)
# printing the healthRisk.
print(healthRisk1)

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.