BookmarkSubscribeRSS Feed
Adam1985
Calcite | Level 5

Hi,

I am a Master's student in Natural Resources and Environmental Management at the University of Hawaii at Manoa.

For my Master's project, I examined the effect of irrigation and nutrient management practices on soil CO2 emission under tropical conditions while growing sweet corn.

I believe the project was set up as a split split plot (possibly just a split plot?), and consisted of 3 irrigation rates, 2 organic amendments, 3 levels of each amendment, and a control.

Soil CO2 levels were measured twice a week for the duration of the growing season.

I am having trouble figuring out a way to analyze the data, due to each row only having one control, whereas each amendment had 3 levels.  I think that each row should have had 3 controls.

I have attached a file that shows the layout of my design.

If anyone knows how to analyze this experiment, I would be greatly appreciative.

Thanks,

Adam

1 REPLY 1
SteveDenham
Jade | Level 19

Hi Adam,

Analysis isn't the hard part--getting the proper comparisons will be the key.

I think of this as having two factors--irrigation rate and soil treatment.  Soil treatment has seven levels, three for bone meal, three for manure, and one control.  These treatments are subplots under the whole plot of irrigation rate.  You have three reps.

A possible analysis is then (using SAS/STAT 12.1):

proc mixed;

class rep rate trt;

model co2=rate trt rate*trt/ddfm=kr2;

random intercept/subject=rep;

lsmeans rate trt rate*trt;

lsmestimate <THIS WILL DEPEND ON THE COMPARISONS YOU WISH TO MAKE, AND WHETHER THERE IS AN INTERACTION BETWEEN RATE AND TRT.  MORE INFO ON THIS WILL MAKE IT EASIER TO CONSTRUCT THESE PARTICULAR COMPARISONS>;

run;

Hope this gets you started.  For more on this kind of analysis, get a copy of SAS for Mixed Models, 2nd ed, by Littell et al., or Milliken's Analysis of Messy Data.

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!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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