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;
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".
Sorry, I guess I'm not familiar with the concept. The sample mean remains unchanged when you fit a linear model to the data.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.
Ready to level-up your skills? Choose your own adventure.