getCSMF | R Documentation |
Obtain CSMF from fitted model
getCSMF(x, CI = 0.95, interVA.rule = TRUE)
x |
a fitted object from |
CI |
For |
interVA.rule |
Logical indicator for |
a vector or matrix of CSMF for all causes.
Other output extraction:
getCCC()
,
getCSMF_accuracy()
,
getIndivProb()
,
getTopCOD()
## Not run:
library(InSilicoVA)
data(RandomVA1)
# for illustration, only use interVA on 100 deaths
fit <- codeVA(RandomVA1[1:100, ], data.type = "WHO2012", model = "InterVA",
version = "4.03", HIV = "h", Malaria = "l", write=FALSE)
getCSMF(fit)
library(InterVA5)
data(RandomVA5)
fit <- codeVA(RandomVA5[1:100, ], data.type = "WHO2016", model = "InterVA",
version = "5", HIV = "h", Malaria = "l", write=FALSE)
getCSMF(fit)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.