R/f.R

Defines functions f

Documented in f

f <-
function(Data, par="C"){
f = mstr( Data, par ) / mse( Data, par )
return( f )
}

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.