BookmarkSubscribeRSS Feed
Melk
Lapis Lazuli | Level 10

I am running a simple proc glm with 1 continuous independent variable. How do I get the adjusted sample mean (Adjusted for my 1 continuous x var)?

 

 

 

proc glm data=dat;
    model y= x;
run;
quit;

3 REPLIES 3
PaigeMiller
Diamond | Level 26

Do you mean the predicted value of Y at any given X? Because in this simple case with one X and one Y, I am not aware of a concept of an "adjusted sample mean".

--
Paige Miller
Melk
Lapis Lazuli | Level 10
I guess I want to compare my intercept only model (which gives me the sample mean) to my adjusted model to see what the effect of adjustment had on my sample mean.
PaigeMiller
Diamond | Level 26

Sorry, I guess I'm not familiar with the concept. The sample mean remains unchanged when you fit a linear model to the data.

--
Paige Miller

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 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 3 replies
  • 877 views
  • 0 likes
  • 2 in conversation