CF {doex} | R Documentation |
This function performs Cochran F-test.
CF(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 Cochran F-test |
Mustafa CAVUS
Cochran, W.G. (1937) Problems arising in the analysis of a series of similar experiments, Journal of the Royal Statistical Society, 4, 102-118.
library(doex)
CF(hybrid$data,hybrid$species)