JF {doex} | R Documentation |
This function performs Johansen F-test.
JF(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 Johansen F-test |
Mustafa CAVUS
Johansen, S. (1980) Whe Welch-James approximation to the distribution of the residual sum of squares in a weighted linear regression, Biometrika, 67(1), 58-92.
library(doex)
JF(hybrid$data,hybrid$species)