jmuOutlier-package {jmuOutlier}R Documentation

Permutation Tests for Nonparametric Statistics

Description

Performs a permutation test on the difference between two location parameters, a permutation correlation test, a permutation F-test, the Siegel-Tukey test, a ratio mean deviance test. Also performs some graphing techniques, such as for confidence intervals, vector addition, and Fourier analysis; and includes functions related to the Laplace (double exponential) and triangular distributions. Performs power calculations for the binomial test.

Details

(I) Permutation tests

(II) Confidence intervals

(III) Graphs

(IV) Laplace (double exponential) and symmetric triangular distributions

(V) Reading datasets

(VI) Additional functions

Author(s)

Steven T. Garren, James Madison University, Harrisonburg, Virginia, USA

References

Higgins, J. J. (2004) Introduction to Modern Nonparametric Statistics.

See Also

R-package coin for additional permutation tests, and R-package fastGraph.

Examples

print( x <- rtriang(20,50) ) 

perm.test( x, mu=25, stat=median )

quantileCI( x, c(0.25, 0.5, 0.75)  )

power.binom.test( 20, 0.05, "less", 47, plaplace, 45.2, 3.7 )

fourier (function(x){ (x-pi)^3 }, 4 )

[Package jmuOutlier version 2.2 Index]