R/sse.fuzzy.R

Defines functions sse.fuzzy

Documented in sse.fuzzy

sse.fuzzy <-
function(Data, m=1){
sse.fuzzy = sse(Data, "C") - (sse(Data, "L")+sse(Data, "R"))/(2*(m+1))
return( sse.fuzzy )
}

Try the ANOVA.TFNs package in your browser

Any scripts or data that you put into this service are public.

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