Constructing a HealthRisk
healthRisk
is the constructor for the
S3 class healthRisk. It allows to build for health
insurance risks parameters.
healthRisk(corr.mat)
corr.mat |
matrix of numeric values. It must be a valid
correlation matrix. This matrix must have names, i.e. attributes
|
an S3 object, instance of the class healthRisk.
# 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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.