fun.twosampletests: Calculate a vector of two-sample tests of the null hypothesis...

View source: R/twosampletests.R

fun.twosampletestsR Documentation

Calculate a vector of two-sample tests of the null hypothesis of equal center

Description

Calculates t-test, exact Wilcoxon, approximate Wilcoxon, normal scores, Savage scores, and Mood tests.

Usage

fun.twosampletests(x, y)

Arguments

x

the data vector for the first sample.

y

the data vector for the second sample.

Details

The exact Wilcoxon is performed only for small samples.

Value

A vector of two-sided p-values

Examples

fun.twosampletests(rnorm(10),rnorm(15))


kolassa-dev/NonparametricHeuristic documentation built on Nov. 14, 2022, 11:25 p.m.