BX {doex} | R Documentation |
This function performs Box F-test.
BX(data,group)
data |
A vector containing the observations to which the treatments are randomly assigned. |
group |
A numerical or character vector indicating the treatment/control groups. |
pvalue |
the p-value of the Box F-test |
Mustafa CAVUS
Box, G.E.P. (1954) Some theorems on quadratic forms applied in the study of analysis of variance problems, Annals of Mathematical Statistics, 25, 290-302.
library(doex)
BX(hybrid$data,hybrid$species)