Description Usage Arguments Details Value Examples
Spearman rank correlation test for comparing two CPB reference tables
1 | CPBcorr(refOne, refTwo)
|
refOne |
First CPB reference table |
refTwo |
Second CPB reference table |
Uses cor.test
R base function with the spearman method. Depending on the CPB's, it might be useful to standardize the data first.
Output from cor.test
, and a scatter plot.
1 | CPBcorr(Homo.sapiens, Aedes.aegypti)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.