search for: hsdfactor3

Displaying 1 result from an estimated 1 matches for "hsdfactor3".

Did you mean: hsdfactor
2004 Jun 08
0
interaction plot with intervals based on TukeyHSD
...HSDfactor1 <- max(abs(tk$"factor(X$A):factor(X$B)"[,2]-tk$"factor(X$A):factor(X$B)"[,3])) HSDfactor2 <- max(abs(tk$"factor(X$A):factor(X$C)"[,2]-tk$"factor(X$A):factor(X$C)"[,3])) HSDfactor3 <- max(abs(tk$"factor(X$B):factor(X$C)"[,2]-tk$"factor(X$B):factor(X$C)"[,3])) And I modified the function interaction.plot() adding the following lines of code: ................................................................................... *++ ylim <- c(min(cel...