R/dfKRmerModtt.R

Defines functions dfKRmerModtt

dfKRmerModtt <-
function(mlist, effv){
  DF <- numeric(length=length(effv))
  for(i in seq(along.with=effv))
  {DF[i] <- dfKRmerMod(model=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.