Description Usage Arguments Details Value Note Author(s) References See Also Examples
This function takes an object of class "mctp.rm" and creates a plot of the confidence intervals for the estimated effects.
1 2 |
x |
An object of class "mctp.rm", i.e. the result when
applying |
... |
Arguments to be passed to methods. |
It is not possible to change any parameter set in
the mctp.rm
-statement.
Since plot.mctp.rm is a S3 method it suffices to use plot(x) as long as x is of class "mctp.rm". It will be interpreted as plot.mctp.rm(x).
plot.mctp.rm returns a graph that contains a confidence interval for the estimated
effect of each contrast. It just visualizes the result
of the mctp.rm
-statement.
It is possible to create a graphical result of the multiple comparison test
procedure directly by setting plot.simci=TRUE in the mctp.rm
-statement.
To get a complete result summary of mctp.rm
the function
summary.mctp.rm
can be used.
Marius Placzek, Kimihiro Noguchi
F. Konietschke, A.C. Bathke, L.A. Hothorn, E. Brunner: Testing and estimation of purely nonparametric effects in repeated measures designs. Computational Statistics and Data Analysis 54 (2010) 1895-1905.
For further information on the usage of mctp.rm, see mctp.rm
.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.