View source: R/jsd_continuous.R
| fixed_range | R Documentation |
Fixed integration range for continuous JSD
fixed_range(x, y, qrange = c(0.001, 0.999), extend = 3)
x |
Numeric vector for group 1. |
y |
Numeric vector for group 2. |
qrange |
Quantile range used to determine the main data span. |
extend |
Extension multiplier based on IQR. |
Named numeric vector with elements 'L' and 'U'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.