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;

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

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
  • 717 views
  • 0 likes
  • 3 in conversation