R/mstr.R

Defines functions mstr

Documented in mstr

mstr <-
function(Data, par="C"){
n = n(Data)
mstr = sstr( Data, par ) / (length(n)-1)
return( mstr )
}

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.