Last data update: 2014.03.03

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

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)

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?

Value

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

Results