rankSumTest: Implements rank-sum test based on band depth calculation

Description Usage Arguments Author(s)

View source: R/rankSumTest.R

Description

This function samples the reference group several times and gets the average p-value of the rank test. we apply the two-sided rank sum test with null hypothesis that data in the test and control groups are independent samples from identical continuous distributions. The test is equivalent to a Mann-Whitney U-test.

Usage

1
rankSumTest(controlData, testData, size.control, size.test)

Arguments

controlData

Data for control subjects, each column must be a subject

testData

Data for test subjects, each column must be a subject

size.control

Size of experimental group for control data. Choose such that size.control < number of control subjects

size.test

Size of experimental group for test data. Choose such that size.test < number of test subjects

Author(s)

Sara Lopez-Pintado sl2929@columbia.edu


julia-wrobel/depthTests documentation built on May 20, 2019, 4:20 a.m.