FA {doex} | R Documentation |
Fiducial Approach test
Description
This function performs Fiducial Approach test.
Usage
FA(data,group,rept)
Arguments
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. |
Value
pvalue |
the p-value of the Fiducial Approach test |
Author(s)
Mustafa CAVUS
References
Li, X., Wang, J. and Liang, H. (2011) Comparison of several means: a fiducial based approach, Computational Statistics and Data Analysis, 55, 1993-2002.
Examples
library(doex)
FA(hybrid$data,hybrid$species)
[Package doex version 1.2 Index]