Credible intervals estimation
Credible intervals estimation
credibleIntervals(object, ...) ## S4 method for signature 'trtSelOptThresh' credibleIntervals(object, alpha = 0.05, hpd = FALSE) ## S4 method for signature 'diagOptThresh' credibleIntervals(object, alpha = 0.05, hpd = FALSE)
object |
a |
... |
other arguments passed to the method. |
alpha |
alpha parameter for the confidence level required. |
hpd |
logical value to specify whether the function has to return Highest Posterior Density interval or not. |
This function calculates the credible intervals of several indicators depending on the type of marker under study (treatment selection or diagnostic marker). The user may specify the alpha risk for the confidence level (default is 5
Returns a matrix with the credible intervals of several indicators.
Returns the credible intervals of several indicators.
Gelman, A, et al. 2014. Bayesian Data Analysis. 3rd edition, CRC Press, Boca Raton, section 2.3.
trtSelThresh
, diagThresh
, and hdi
.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.