BookmarkSubscribeRSS Feed
Gosia2
Calcite | Level 5

Hi, 

I have an experimental design following the 20 x 2 x 2 protocol for a single sample. One and the same sample was measured over 20 days in 2 independent runs per day with 2 replicate measurements per each run. Both replicates came from a single sample aliquot for each run. In total, I have N=80 measurements for all replicates (see the data attached).


1. how should I organize date in the table to prepare them for a 2-way ANOVA analysis?
Since I am a new user I have the following questions:

2. how do I run a 2-way ANOVA using jmp. I would like to evaluate two factors: day and run as potential sources of variation?

Thank you!

 

2 REPLIES 2
PaigeMiller
Diamond | Level 26

JMP questions should be asked in the JMP Community

--
Paige Miller
Ksharp
Super User
Check PROC FREQ with friedman test .

proc freq;
table a*b/ score=row chisq;
run;

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 439 views
  • 0 likes
  • 3 in conversation