Description Usage Arguments Details Value Note Author(s) References See Also Examples
The function summary.npar.t.test produces a result summary of npar.t.test
. It
can only be applied to objects of class "nparttest".
1 2 |
object |
An object of class "nparttest", i.e. the result when
applying |
... |
Arguments to be passed to methods. |
Since summary.nparttest is a S3 method it suffices to use summary(x) as long as x is of class "nparttest". It will be interpreted as summary.nparttest(x).
The function produces a summary of the result of npar.t.test
starting
with some global information: alternative hypothesis, confidence level, interpretation.
This is followed by:
Info |
List of samples and sample sizes. |
Analysis |
Effect: relative effect p(a,b) of the two samples 'a' and 'b', Estimator: estimated relative effect, Lower: Lower limit of the confidence interval, Upper: Upper limit of the confidence interval, T: teststatistic p.Value: p-value for the hypothesis by the choosen approximation method. |
Permutation_Test |
Result of the studentized permutation test. |
You can create a graphical result of the nonparametric t-test
by using the function plot.nparttest
.
Frank Konietschke
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.
For further information on the usage of npar.t.test, see npar.t.test
.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.