Learn R Programming

doex (version 1.2)

FA: 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

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

Run this code
# NOT RUN {
library(doex)
FA(hybrid$data,hybrid$species)
# }

Run the code above in your browser using DataLab