aiAdj {AgreementInterval} | R Documentation |
Function aiAdj calculates bias-adjusted average interval from ai object
aiAdj(object, x)
object |
ai object from ai function |
x |
A numeric value or a vector of numeric values to calculate bias-adjusted average interval for |
Function aiAdj uses proportional bias per x
unit, Liao's average interval,
Liao's average interval adjusted for fixed bias to calculate bias-adjusted and total-adjusted average interval.
bias-adjusted and total-adjusted average interval for each value in x
Jialin Xu, Jason Liao
Jason J. Z. Liao, Quantifying an Agreement Study, Int. J. Biostat. 2015; 11(1): 125-133
ans <- ai(x=IPIA$Tomography, y=IPIA$Urography)
aiAdj(object=ans, x=1)
aiAdj(object=ans, x=c(1, 2))