FA {doex} | R Documentation |
This function performs Fiducial Approach test.
FA(data,group,rept)
data |
A vector containing the observations to which the treatments are randomly assigned. |
group |
A numerical or character vector indicating the treatment/control groups. |
rept |
The loop size to perform the test. |
pvalue |
the p-value of the Fiducial Approach test |
Mustafa CAVUS
Li, X., Wang, J. and Liang, H. (2011) Comparison of several means: a fiducial based approach, Computational Statistics and Data Analysis, 55, 1993-2002.
library(doex)
FA(hybrid$data,hybrid$species)