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 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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