Calculates the CSMF maximum error given a set of observed cases.
internalGetCSMFMaxError(obs)
Character vector of observed causes for each case.
csmfMaxError Numeric value of the CSMF maximum error (see Methods documentation).
Other internal functions:
internalGetCSMFAcc()
,
internalGetCauseMetrics()
,
internalGetMetrics()
,
internalNBC()
# NOT RUN {
library(nbc4va)
obs <- c("HIV", "HIV", "Stroke", "Stroke")
maxerror <- nbc4va::internalGetCSMFMaxError(obs)
# }
Run the code above in your browser using DataLab