On Mon, 21 Nov 2005, Gao Fay wrote: > If I need to assign the p-value from >anova(lm(y~x1*x2)) to a variable temp. > How can I do that? Maybe this is what you want: anova(...)$Pr[3] Claus