qqplot_small_test | R Documentation |
This function returns a ggplot object used to visualize quantiles comparing distributions of two samples.
qqplot_small_test(P, Q, sample1, sample2)
P |
A numeric vector from one sample. |
Q |
A numeric vector from the other sample. |
sample1 |
A character to denote sample name of one distribution |
sample2 |
A character to denote sample name of the other distribution |
This is a function for quantile-quantile plot comparing comparing samples from two discrete distributions after continuity correction and linear interpolation
A ggplot object. Q-Q plot with continuity correction. Quantiles from one sample on the horizontal axis and corresponding quantiles from the other sample on the vertical axis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.