powered by
Deduce Pearson Correlation Coefficient between M & A Values
MA.pcc(x, y)
Safely deduced PCC between (x + y) and (y - x).
(x + y)
(y - x)
Two numeric vectors representing the signal intensities of two samples.
if (FALSE) { ## 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) }
Run the code above in your browser using DataLab