Description Usage Arguments Value See Also Examples
View source: R/nbc4va_internal.R
Calculates the CSMF maximum error given a set of observed cases.
1 |
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
1 2 3 | library(nbc4va)
obs <- c("HIV", "HIV", "Stroke", "Stroke")
maxerror <- nbc4va:::internalGetCSMFMaxError(obs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.