plot.htest | R Documentation |
Creates diagnostic plots for selected hypothesis tests.
## S3 method for class 'htest' plot(x, which = "All", set.up = TRUE, ...) ## S3 method for class 'kensen' plot(x, which = "All", set.up = TRUE, ...) ## S3 method for class 'ppcc' plot(x, which = "All", set.up = TRUE, ...)
x |
an object having classes "htest" and some other class for which a
|
which |
either "All" or a number indicating which plot, see Details. |
set.up |
set up the graphics page? |
... |
not used, required for other methods. |
The kensen
method for plot
graphs the y and t data with the
best fit line.
The ppcc
method creates a single graph that shows the q-normal plot
with a line showing the fit.
The object x
is returned invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.