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

View source: R/mcPaBa.r

mc.calcAngleMat.RR 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.


mcr documentation built on Sept. 23, 2024, 5:10 p.m.