mc.paba | R Documentation |
Passing-Bablok Regression
mc.paba(
angM = NULL,
X,
Y,
alpha = 0.05,
posCor = TRUE,
calcCI = TRUE,
slope.measure = c("radian", "tangent")
)
angM |
upper triangular matrix of slopes for all point combinations (optional). Slopes in radian. |
X |
measurement values of reference method |
Y |
measurement values of test method |
alpha |
numeric value specifying the 100(1-alpha)% confidence level |
posCor |
should algorithm assume positive correlation, i.e. symmetry around slope 1? |
calcCI |
should confidence intervals be computed? |
slope.measure |
angular measure of pairwise slopes (see |
Matrix of estimates and confidence intervals for intercept and slope. No standard errors provided by this algorithm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.