chiTS.disc: Chi-square test for discrete data, example of user supplied...

View source: R/chisqTS.R

chiTS.discR Documentation

Chi-square test for discrete data, example of user supplied function

Description

This function does the chi square two sample test for discrete data in two dimensions

Usage

chiTS.disc(x, y, vals_x, vals_y, TSextra)

Arguments

x

a vector with counts

y

a vector with counts

vals_x

a vector with points

vals_y

a vector with points

TSextra

list with some info

Value

either a test statistic or a p value


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