Description Usage Arguments Author(s) References See Also Examples
Draw a sliding square plot for paired data which mixes the usual scatterplot with the tukey mean-difference plot.
1 2 | ## S4 method for signature 'paired'
slidingchart(object,...)
|
object |
an object of class paired. |
... |
arguments to be passed to methods. |
Stephane CHAMPELY
Rosenbaum, P.R. (1989) Exploratory plot for paired data. American Statistician, 43, 108-110.
Pontius, J.S. and Schantz, R.M. (1994) Graphical analyses of a twoperiod crossover design. The American Statistician, 48, 249-253.
Pruzek, R.M. and Helmreich, J.E. (2009) Enhancing dependent sample analyses with graphics. Journal of Statistics Education, 17.
plot
1 2 | data(PrisonStress)
with(PrisonStress,slidingchart(paired(PSSbefore,PSSafter)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.