| calcBias {mcradds} | R Documentation | 
Systematical Bias Between Reference Method and Test Method
Description
A copy from mcr::calcBias in mcr package
Usage
calcBias(...)
Arguments
| ... | Arguments passed on to  
 | 
Value
Bis and corresponding confidence interval for the specific medical
decision levels (x.levels).
See Also
Examples
data(platelet)
fit <- mcreg(
  x = platelet$Comparative, y = platelet$Candidate,
  method.reg = "Deming", method.ci = "jackknife"
)
calcBias(fit, x.levels = c(30, 200))
calcBias(fit, x.levels = c(30, 200), type = "proportional")
calcBias(fit, x.levels = c(30, 200), type = "proportional", percent = FALSE)
[Package mcradds version 1.1.0 Index]