critical.values {additivityTests}R Documentation

Critical Values for the Johnson-Graybill, LBI and Tusell tests

Description

Compute the critical values by performing N simulation.

Usage

critical.values(a, b, N = 1e+05, alpha = 0.05)

Arguments

a

number of rows

b

number of columns

N

number of simulations

alpha

level(s) of the test

Value

A list containing three components: critical values for Johnson-Graybill, LBI and Tusell tests, respectively.

See Also

johnson.graybill.test, lbi.test, tusell.test

Examples

data(Boik)
critical.values(nrow(Boik), ncol(Boik), 0.01)

[Package additivityTests version 1.1-4.1 Index]