This is an implementation of the equivariant Passing-Bablok regression.
mc.PBequi(
X,
Y,
alpha = 0.05,
slope.measure = c("radian", "tangent"),
method.reg = c("PBequi", "TS"),
extended.output = FALSE,
calcCI = TRUE,
methodlarge = TRUE
)
a list with elements.
intercept.
slope.
respective standard error of intercept.
respective standard error of slope.
weighted average of reference method values.
dummy values, only returned it extended.output=FALSE.
variance of intercept for fixed slope (extended.output=TRUE, only).
variance of Kendall's tau (extended.output=TRUE, only).
covariance of tau and zeta (extended.output=TRUE, only).
"center of gravity" of x (extended.output=TRUE, only).
"Inversion vector; Indicator of influence"
measurement values of reference method
measurement values of test method
numeric value specifying the 100(1-alpha)% confidence level
angular measure of pairwise slopes (see mcreg
for details).
"radian"
- for data sets with even sample numbers median slope is calculated as average of two central slope angles.
"tangent"
- for data sets with even sample numbers median slope is calculated as average of two central slopes (tan(angle)).
"PBequi" equivariant Passing-Bablok regression; "TS" Theil-Sen regression
boolean. If TRUE, several intermediate results are returned
boolean. If TRUE, sd of intercept and slope as well as xw are calculated
If TRUE (default), quasilinear method is used, if FALSE, quadratic method is used