R/dfClmett.R

Defines functions dfClmett

dfClmett <-
function(mlist, effv){

  DF <- numeric(length=length(effv))
  for(i in seq(along.with=effv))
  {DF[i] <- dfClme(object=mlist[[i]], effect=effv[i])}
  return(DF)
}

Try the tukeytrend package in your browser

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

tukeytrend documentation built on March 13, 2020, 5:06 p.m.