Summarizing a LifeRisk
summary method for the S3 class lifeRisk.
## S3 method for class 'lifeRisk' summary(object, ...)
object |
S3 object of class lifeRisk. |
... |
additional arguments. |
an S3 object, instance of class c("summaryDefault", "table")
.
# Creating a new lifeRisk. corr.mat <- diag(rep(1, 2)) colnames(corr.mat) <- c("invalidity", "longetivity") rownames(corr.mat) <- colnames(corr.mat) lifeRisk1 <- lifeRisk(corr.mat = corr.mat, quantile = c(0.995, 0.995)) # summarizing the lifeRisk. summary(lifeRisk1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.