CochranF: Cochran F-test

Description Usage Arguments Value Author(s) References Examples

Description

This function performs Cochran F-test.

Usage

1

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.

Value

pvalue

the p-value of the Cochran F-test

Author(s)

Mustafa CAVUS

References

Cochran, W.G. (1937) Problems arising in the analysis of a series of similar experiments, Journal of the Royal Statistical Society, 4, 102-118.

Examples

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

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

Related to CochranF in doex...