.quantileCorrelation | R Documentation |
Computes the quantile-quantile correlation of two samples x
and y
, using the quantile
type 1 implementation in R and the Pearson correlation.
.quantileCorrelation(x, y, pr = NULL)
x |
numeric vector |
y |
numeric vector |
pr |
levels at which the quantiles of |
quantile-quantile correlation of x
and y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.