Re: [R] Single Factor Anova

2004-04-02 Thread christopher ciotti
Liaw, Andy wrote: So what is your question? With R-1.8.1 on WinXPPro, I get: Obviously I was asking about how one would go about running one. I appreciate your answer. Thanks. -- chris ciotti ([EMAIL PROTECTED]) PGP ID: 0xE94BB3B7 __ [EMAIL PROTE

RE: [R] Single Factor Anova

2004-04-02 Thread Liaw, Andy
Sorry, I apparently left out the line sum.fit <- summary(fit) Andy > From: Liaw, Andy > > So what is your question? With R-1.8.1 on WinXPPro, I get: > > > y <- scan("clipboard") > Read 48 items > > f <- factor(rep(1:2, 24)) > > fit <- aov(y ~ f) > > print(unclass(sum.fit)[[1]], dig=15) >

RE: [R] Single Factor Anova

2004-04-02 Thread Liaw, Andy
So what is your question? With R-1.8.1 on WinXPPro, I get: > y <- scan("clipboard") Read 48 items > f <- factor(rep(1:2, 24)) > fit <- aov(y ~ f) > print(unclass(sum.fit)[[1]], dig=15) Df Sum Sq Mean Sq F value Pr(>F) f1 3.63834187585414e-0