plot.nparttest: Visualizing the result of npar.t.test
Description
This function takes an object of class "nparttest" and creates a plot of the
confidence interval for the estimated effect.
Usage
# S3 method for nparttest
plot(x,...)
Arguments
x
x An object of class "nparttest", i.e. the result when
applying npar.t.test to a dataset. Otherwise an
error will occur.
...
... Arguments to be passed to methods.
Value
plot.npar.t.test returns a graph that contains a confidence interval for the estimated
effect of the nonparametric t-test. It just visualizes the result
of the npar.t.test-statement.
Details
It is not possible to change any parameter set in
the npar.t.test-statement.
Since plot.nparttest is a S3 method it suffices to use plot(x) as long as x is of
class "nparttest". It will be interpreted as plot.nparttest(x).
References
Brunner, E., Munzel, U. (2000). The Nonparametric Behrens-Fisher Problem: Asymptotic Theory and a Small Sample Approximation. Biometrical Journal 42, 17 -25.
Neubert, K., Brunner, E., (2006). A Studentized Permutation Test for the Nonparametric Behrens-Fisher Problem. Computational Statistics and Data Analysis.
See Also
For further information on the usage of npar.t.test, see npar.t.test.