MA.pcc | R Documentation |
Deduce Pearson Correlation Coefficient between M & A Values
MA.pcc(x, y)
x , y |
Two numeric vectors representing the signal intensities of two samples. |
Safely deduced PCC between (x + y)
and (y - x)
.
MA.pcc(1:4, 1:4 + c(1, 2, 4, 9))
# The robustness.
MA.pcc(1, 0)
MA.pcc(1:4, 2:5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.