Provides the function qqtest which incorporates uncertainty in its qqplot display(s) so that the user might have a better sense of the evidence against the specified distributional hypothesis. qqtest draws a quantile quantile plot for visually assessing whether the data come from a test distribution that has been defined in one of many ways. The vertical axis plots the data quantiles, the horizontal those of a test distribution. The default behaviour generates 1000 samples from the test distribution and overlays the plot with shaded pointwise interval estimates for the ordered quantiles from the test distribution. A small number of independently generated exemplar quantile plots can also be overlaid. Both the interval estimates and the exemplars provide different comparative information to assess the evidence provided by the qqplot for or against the hypothesis that the data come from the test distribution (default is normal or gaussian). Finally, a visual test of significance (a lineup plot) can also be displayed to test the null hypothesis that the data come from the test distribution.
Version: | 1.2.0 |
Depends: | R (≥ 2.10.0) |
Imports: | grDevices, stats |
Suggests: | knitr, rmarkdown |
Published: | 2020-03-16 |
Author: | Wayne Oldford [aut, cre] |
Maintainer: | Wayne Oldford <rwoldford at uwaterloo.ca> |
License: | GPL-3 |
URL: | https://github.com/rwoldford/qqtest, https://rwoldford.github.io/qqtest/ |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | qqtest results |
Reference manual: | qqtest.pdf |
Vignettes: |
The K distribution |
Package source: | qqtest_1.2.0.tar.gz |
Windows binaries: | r-devel: qqtest_1.2.0.zip, r-release: qqtest_1.2.0.zip, r-oldrel: qqtest_1.2.0.zip |
macOS binaries: | r-release: qqtest_1.2.0.tgz, r-oldrel: qqtest_1.2.0.tgz |
Old sources: | qqtest archive |
Please use the canonical form https://CRAN.R-project.org/package=qqtest to link to this page.