mc.calcAngleMat.R {mcr}R Documentation

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)

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?

Value

Upper triangular matrix of slopes for all point combinations. Slopes in radian.


[Package mcr version 1.3.3 Index]