plot.Rttest | R Documentation |
This function plots the data that was supplied when creating a Rttest object, if the data is non-paired. The plot is of two boxplots. However, if the data is paired, one boxplot of the difference of data is shown.
## S3 method for class 'Rttest' plot(x, ...)
x |
#An object of class Rttest. This is a list. |
... |
#any additional arguments to the plot function. |
Side-by-side boxplots that show the data distribution of the supplied populations or a single boxplot of the difference of the data, depending on whether the data is paired.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.