mc.calcAngleMat: Calculate Matrix of All Pair-wise Slope Angles
Description
This version is implemented in C for computational efficiency.
Usage
mc.calcAngleMat(X, Y, posCor = TRUE)
Value
Upper triangular matrix of slopes for all point combinations. Slopes in radian.
Arguments
- X
measurement values of reference method.
- Y
measurement values of test method.
- posCor
should algorithm assume positive correlation, i.e. symmetry around slope 1?