Description Usage Arguments Value Author(s) References See Also Examples
Produce a parallel lines plot for paired data.
1 | paired.plotMcNeil(df, condition1, condition2, groups = NULL, subjects,facet = TRUE, ...)
|
df |
a data frame. |
condition1 |
name of the variable corresponding to the second sample. |
condition2 |
name of the variable corresponding to the first sample. |
groups |
names of the variable corresponding to groups (optional). |
subjects |
names of the variable corresponding to subjects. |
facet |
faceting or grouping strategy for plotting? |
... |
further arguments to be passed to methods. |
a graphical object of class ggplot.
Stephane CHAMPELY
McNeil, D.R. (1992) On graphing paired data. The American Statistician, 46 :307-310.
plotBA
1 2 | data(PrisonStress)
paired.plotMcNeil(PrisonStress,"PSSbefore","PSSafter",subjects="Subject")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.