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

View source: R/mcPaBa.r

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.


mcr documentation built on Oct. 11, 2023, 5:14 p.m.