BookmarkSubscribeRSS Feed
knjohns0
Calcite | Level 5

Can I use proc glm or linear regression comparison between to groups?

3 REPLIES 3
PaigeMiller
Diamond | Level 26

Typically this would only be done via PROC GLM and not REG. That is, if I understand the problem properly, where "to [sic] groups" indicates a classification variable is used as the independent (or predictor, or X) variable, such as groups like "male" and "female".

--
Paige Miller
PGStats
Opal | Level 21

If your comparison between two groups involves a single variable, use proc glm. Regression is for looking at the relationship between different variables.

 

Examples:

 

Comparing the weights of men and women : proc glm

Looking at the relationship between weight and height : regression (proc reg)

 

In SAS, there are also many other procedures for addressing both these tasks.

PG
knjohns0
Calcite | Level 5

Then I am looking for proc reg, 

 

Thanks.

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 2236 views
  • 0 likes
  • 3 in conversation