Learn R Programming

additivityTests (version 1.1-4.2)

critical.values: 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)

Value

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

Arguments

a

number of rows

b

number of columns

N

number of simulations

alpha

level(s) of the test

See Also

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

Examples

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

Run the code above in your browser using DataLab