compare_ppp_vectors | R Documentation |
Compare that the deciles of two vectors have absolute difference
over average ratios less than threshold
compare_ppp_vectors(ppp1, ppp2, threshold = 0.15, showQQ = TRUE)
ppp1 |
(vector, double) the first vector |
ppp2 |
(vector, double) the second vector |
threshold |
(double) optional: the cutoff for a large absolute threshold |
showQQ |
(boolean) optional: show the QQ plot if the absolute value of the
Difference vs Average ratio in any decile is bigger than the |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.