Learn R Programming

mcr (version 1.3.0)

mc.calcAngleMat.R: Calculate Matrix of All Pair-wise Slope Angles

Description

This is a very slow R version. It should not be called except for debugging purposes.

Usage

mc.calcAngleMat.R(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 the algorithm assume positive correlation, i.e. symmetry around slope 1?