Thread: Anova
View Single Post
  #2  
Old July 3rd, 2009, 06:56 PM
matheagle's Avatar
matheagle matheagle is offline
MHF Contributor
 
Join Date: Feb 2009
Posts: 1,368
Country:
Thanks: 99
Thanked 560 Times in 503 Posts
matheagle is a splendid one to beholdmatheagle is a splendid one to beholdmatheagle is a splendid one to beholdmatheagle is a splendid one to beholdmatheagle is a splendid one to beholdmatheagle is a splendid one to beholdmatheagle is a splendid one to behold
Default

This is a one way anova.
I found this via google search One Way ANOVA

I threw this int JMP and I have...

model DF=2(that's right for sure) Model ss=65.7, Mss for model is 65.7/2
error DF=12 (that's right too) SSE=84.033333 MSE=7.0028

F(2,12)=4.691.
p-value =P(F(2,12)>4.691)=.0312

Hopefully I loaded this in correctly.
What I did, was use3 variables for the x's, 0 for off and 1 for on.
So my design matrix had 0's and 1's.

Last edited by matheagle; July 3rd, 2009 at 07:10 PM.
Reply With Quote