f: Test statistics in ANOVA test for crisp observation

Description Usage Arguments See Also Examples

View source: R/f.R

Description

This function calculate the observed test statistics (f) based on crisp observation in ANOVA test.

Usage

1
f(Data, par = "C")

Arguments

Data

a matrix with dim=c(n, 4) and FANOVA.Data format.

par

a character argument with possible values "C", "L" and "R". If par="C", which is default, the cut part will be the cores of TFNs. If par="L" (par="R"), the cut part will be the Left (Right) spreads of TFNs.

See Also

FuzzyNumbers

Examples

1
2
3
4
data(Data)

f( Data )
f( Data, "L" )

ANOVA.TFNs documentation built on May 1, 2019, 9:14 p.m.