MA.pcc {MAnorm2} | R Documentation |
Deduce Pearson Correlation Coefficient between M & A Values
Description
Deduce Pearson Correlation Coefficient between M & A Values
Usage
MA.pcc(x, y)
Arguments
x , y |
Two numeric vectors representing the signal intensities of two samples. |
Value
Safely deduced PCC between (x + y)
and (y - x)
.
Examples
## Not run:
## Private functions involved.
MA.pcc(1:4, 1:4 + c(1, 2, 4, 9))
# The robustness.
MA.pcc(1, 0)
MA.pcc(1:4, 2:5)
## End(Not run)
[Package MAnorm2 version 1.2.2 Index]