plot.ppw | R Documentation |
Create diagnostic plots for selected hypothesis tests.
## S3 method for class 'ppw' plot(x, which = "All", set.up = TRUE, labels, ...) ## S3 method for class 'genWilcox' plot(x, which = "All", set.up = TRUE, xaxis.log = TRUE, ...)
x |
an object having classes "htest" and some other class for which a
|
which |
either "All" or an number indicating which plot, see Details. |
set.up |
set up the graphics page? |
labels |
use supplied values for y-axis labels instead of sequence number. |
... |
not used, arguments passed to or from other methods. |
xaxis.log |
draw the x-axis on a logarithimic scale? |
The ppw
method for plot
creates 2 graphs on a single page.
The first graph is the scaled differences from the PPW test with the mean
difference shown by a blue line. The second
graph is the actual differences in the paired values, assuming that the
true minimum for left-censored data is 0. The median difference is shown
by a blue line.
The genWilcox
method creates a single graph that shows the emprical
cumulative distributions for each group.
The object x
is returned invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.