ch.distOverlap | R Documentation |
This function does a bootstrap to calculate the percentage of samples that Distribution X is greater than Distribution Y.
ch.distOverlap(xDist, yDist, numRuns)
xDist |
Distribution X. |
yDist |
Distribution Y. |
numRuns |
the number of runs in the bootstrap. DEFAULT = 100. |
the average percentage of samples that xDist was greater than yDist, the sd of the average percentage, Overlap = a transformation of average percentage so 1=complete overlap and 0 = no overlap, direction = 1 if xDist > yDist; else -1
ch.distOverlap (xValue, yValue,100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.