BookmarkSubscribeRSS Feed
JAO1
Calcite | Level 5

I am using PROC GLIMMIX to analyse a continuous response variable that is dependent on 4 independent categorical variables..

Each of the 4 independent variables has two levels. 

The first independent categorical variable is a soil type (soilA, soilB)

The second independent categorical variable is a plant type (strawberry, raspberry)

The third independent categorical variable is a color type (blue, red)

The fourth is a light type (IR, NIR)

 

The response variable  is the plant fluorescence. 

My syntax looks like this:

 

proc glimmix;
class soil color plant light;
model FL = plant soil / solution;
random intercept / subject=light;
lsmeans plant / cl ilink;
run;

The results that I get do not look right.

What I am obtaining are values of my standard error that are all similar.

Kindly assist me.

 

5 REPLIES 5
PaigeMiller
Diamond | Level 26

@JAO1 wrote:

 

The results that I get do not look right.

What I am obtaining are values of my standard error that are all similar.

 


Could you please show us the results?

 

Could you explain why similar standard errors seems to be a problem?

--
Paige Miller
JAO1
Calcite | Level 5
Based on the examples in the GLIMMIX procedure, standard errors are
dissimiliar, yet all of the ones that I have calculated for my treatment
groups are the same.

PaigeMiller
Diamond | Level 26

@JAO1 wrote:
Based on the examples in the GLIMMIX procedure, standard errors are dissimiliar, yet all of the ones that I have calculated for my treatment groups are the same.


I'm afraid this doesn't convince me.

--
Paige Miller
JAO1
Calcite | Level 5

The results in this example from the GLIMMIX Procedure as well as other examples always result in dissimilar Standard Errors. 

What am I doing wrong?

PaigeMiller
Diamond | Level 26

Please show us YOUR results

--
Paige Miller

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!
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
  • 5 replies
  • 921 views
  • 0 likes
  • 2 in conversation