Learn R Programming

additivityTests (version 1.0.0)

critical.values: Critical Values for the Johnson-Graybill, LBI and Tussel 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 Tussel tests, respectively.

See Also

johnson.graybill.test, lbi.test, tussel.test

Examples

Run this code
data(Boik)
critical.values(nrow(Boik), ncol(Boik), 0.01)

Run the code above in your browser using DataLab