sstr.fuzzy: Sum of Squares between Treatments for Triangular Fuzzy...

Description Usage Arguments See Also Examples

View source: R/sstr.fuzzy.R

Description

This function calculates Sum of Squares between Treatments (SSTr) for Triangular Fuzzy observation on the basis of m=1,2,3,... (Parchami et al., 2017, 2018).

Usage

1
sstr.fuzzy(Data, m = 1)

Arguments

Data

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

m

a positive integer number which related to the weight of distance between two cuts of fuzzy numbers, and its default is m=1. For more details see (Parchami et al., 2017, 2018).

See Also

FuzzyNumbers

Examples

1
2
3
4
data(Data)

sstr.fuzzy( Data )   # For m=1 
sstr.fuzzy( Data, m=2)

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