AF {doex} | R Documentation |
This function performs Approximate F-test.
AF(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 Approximate F-test |
Mustafa CAVUS
Asiribo, O. and Gurland, J. (1990) Coping with variance heterogeneity, Communications in Statistics: Theory and Methods, 19(11), 4029-4048.
library(doex)
AF(hybrid$data,hybrid$species)