Displaying 1 result from an estimated 1 matches for "multicmp".
Did you mean:
  multicomp
  
2001 Dec 12
1
again evaluations
...][3]
    sig <- e[[1]][2]
  }
  if(!is.null(s)) {
    b <- aov(y ~ as.factor(g) + Error(as.factor(s)))
    d <- summary(b)
    df <- b$Within[8]
    e <- sqrt(d[[2]][[1]][3])
    sig <- unlist(e[[1]][2])
  }
  cat("   Anova \n")
  print(d)
  cat("\n")
  b <- multicmp(a[1,],a[3,],sig,df.residual=df,method=meth)
  print(b$table)
}
If I call "aov1(x,g)" everything works as expected but with
"aov1(x,g,s=s)" or "aov1(x,g,s)" I get the error
Error in eval(expr, envir, enclos) : Object "y" not found
>
I am using R 1.3.1 on W...