FiducialApproach: Fiducial Approach test

Description Usage Arguments Value Author(s) References Examples

Description

This function performs Fiducial Approach test.

Usage

1
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

1
2
library(doex)
FA(hybrid$data,hybrid$species)

doex documentation built on Oct. 30, 2019, 10:32 a.m.

Related to FiducialApproach in doex...