calcBias {mcradds}R Documentation

Systematical Bias Between Reference Method and Test Method

Description

[Experimental]

A copy from mcr::calcBias in mcr package

Usage

calcBias(...)

Arguments

...

Arguments passed on to mcr::calcBias

.Object

object of class "MCResult".

Value

Bis and corresponding confidence interval for the specific medical decision levels (x.levels).

See Also

mcr::calcBias()

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]