Learn R Programming

MD2sample (version 1.0.0)

TS_cont_pval: 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)

Value

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

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.