BookmarkSubscribeRSS Feed
Carcinus
Calcite | Level 5

Split plot design with a ordinal whole-plot factor.

I have an experimental design where the whole plot factor (call it A) has five unreplicated ordinal levels. Imagine this as five water tanks each maintained at one of five different temperatures.  Within each is a replicated treatment (call it B) with two levels and continuous dependent variable.  So instead of the typical split plot with each level of factor A [whole-plot] minimally replicated, I have five unreplicated ordinal levels (temperature) of Factor A each represented by a single tank.  So I would like to use a split plot regression approach using factors A and B (similar to that recommended by Jones and Nachstheim) but how do I specify AND interpret the output in Proc Mixed?   So this is split plot design with a ordinal whole-plot factor.  Any experience with this?

1 REPLY 1
SteveDenham
Jade | Level 19

No experience, so I'm just spitballing here.  If the temperatures differ from tank to tank but are a known continuous value, could you just include temperature as a covariate in the model?

Maybe something like:

proc mixed;

class B;

model response=B temperature B*temperature;

run;

Comparisons of means for the levels of B can be controlled by using the AT= option in an LSMEANS statement. If you suspect heterogeneity of response due to temperature, then this may get more complicated, but I would think this would be appropriate as a start.

Steve Denham

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1227 views
  • 0 likes
  • 2 in conversation