Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

siegel.tukey

Siegel-Tukey Nonparametric Test


Description

This function provided an implementation of the nonparametric discussed in "Section 8.5.3 The Siegel-Tukey Test".

Usage

siegel.tukey(x, y)

Arguments

x

Values from Sample 1

y

Values from Sample 2

Details

For more details, refer Section 8.5.3 The Siegel-Tukey Test.

Author(s)

Prabhanjan N. Tattar

Examples

x <- c(0.028, 0.029, 0.011, -0.030, 0.017, -0.012, -0.027,-0.018, 0.022, -0.023)
y <- c(-0.002, 0.016, 0.005, -0.001, 0.000, 0.008, -0.005,-0.009, 0.001, -0.019)
siegel.tukey(x,y)

ACSWR

A Companion Package for the Book "A Course in Statistics with R"

v1.0
GPL-2
Authors
Prabhanjan Tattar
Initial release
2015-09-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.