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).
sstr.fuzzy(Data, m = 1)
a matrix with FANOVA.Data
format.
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).
FuzzyNumbers
# NOT RUN {
data(Data)
sstr.fuzzy( Data )
# }
# NOT RUN {
# For m=1
# }
# NOT RUN {
sstr.fuzzy( Data, m=2)
# }
Run the code above in your browser using DataLab