TS_cont_pval: This function runs a number of two sample tests which find...

View source: R/TS_cont_pval.R

TS_cont_pvalR Documentation

This function runs a number of two sample tests which find their own p value.

Description

This function runs a number of two sample tests which find their own p value.

Usage

TS_cont_pval(x, y)

Arguments

x

a matrix of numbers if data is continuous or of counts if data is discrete.

y

a matrix of numbers if data is continuous or of counts if data is discrete.

Value

A list of two numeric vectors, the test statistics and the p values.


MD2sample documentation built on Aug. 8, 2025, 7:10 p.m.