BookmarkSubscribeRSS Feed
Babloo
Rhodochrosite | Level 12

I'm trying to understand the proc glmselect  with simple example. However I could not find the example which can be easily understandable. 

 

May I request someone to provide or explain me the basic features of proc glmselect in simple terms?

5 REPLIES 5
sbxkoenk
SAS Super FREQ

Try these papers:

 

Paper 259-2009

Applications of the GLMSELECT Procedure for Megamodel Selection

Robert A. Cohen, SAS Institute Inc., Cary, NC

 

https://support.sas.com/resources/papers/proceedings09/259-2009.pdf

 

Paper 207-31 (2006)

Introducing the GLMSELECT PROCEDURE for Model Selection

Robert A. Cohen, SAS Institute Inc. Cary, NC

http://www2.sas.com/proceedings/sugi31/207-31.pdf

 

and a recent (2014) paper/presentation as well.

Model Selection for Linear Models with SAS/STAT Software

Funda Gunes

SAS Institute Inc.

http://www.amstat.org/meetings/csp/2014/onlineprogram/handouts/T3-Handouts.pdf

 

Koen

 

Rick_SAS
SAS Super FREQ

The basic idea is that you have a response variable that you want to model, and a candidate list of hundreds of possible explanatory variables. You are not sure which explanatory variables are important and which are not. That is, which variables are good for predicting the response? 

 

The GLMSELECT procedure enables you to throw hundreds of candidate variables into a MODEL statement. It supports running various algorithms that try to produce a parsimonious model based on those candidate variables.  In theory, the data themselves choose the variables that are important, rather than the analyst.

Babloo
Rhodochrosite | Level 12

Thank you for the explanation. May I request you to give the simple example?

Rick_SAS
SAS Super FREQ

Certainly. The "Getting Started" example in the PROC GLMSELECT documentation is a simple example. It provides a discussion of syntax and a discussion of how to interpret the output.

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!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 5 replies
  • 2214 views
  • 1 like
  • 4 in conversation