Description Usage Arguments Details Value References See Also Examples
Test for an interaction in two-way ANOVA table by the Tusell test.
1 | tusell.test(Y, alpha = 0.05, critical.value = NA, Nsim = 1000)
|
Y |
data matrix |
alpha |
level of the test |
critical.value |
result of |
Nsim |
number of simulations to be used for a critical value estimation |
The critical value can be computed in advance and given in the parameter critical value.
If not a function critical.values is called to do that.
A list with class "aTest" containing the following components:
test statistics stat, critical value critical.value and the result of
the test result, i.e. whether the additivity hypothesis has been rejected.
Tusell, F.: Testing for Interaction in Two-way ANOVA Tables with no Replication, Computational Statistics \& Data Analysis 10, pp. 29–45, 1990
tukey.test, mtukey.test, mandel.test,
lbi.test, johnson.graybill.test
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.