R/anova_table_rnd.R

Defines functions anova_table_rnd

anova_table_rnd = function(args){
  table<-t(sapply(1:max(attr(args$mm,"assign")),function(i){
    args$i = i
    effect_anova_rnd(args = args)}))
  table = as.data.frame(table)
  class(table) = c("lmpermutation_table","data.frame")
  return(table)
}

Try the permuco package in your browser

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

permuco documentation built on June 30, 2022, 9:05 a.m.