Summarizing a HealthRisk
summary method for the S3 class healthRisk.
## S3 method for class 'healthRisk' summary(object, ...)
object |
S3 object of class healthRisk. |
... |
additional arguments. |
an S3 object, instance of class c("summaryDefault", "table")
.
# 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) # summarizing the healthRisk. summary(healthRisk1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.