BookmarkSubscribeRSS Feed
td1234
Calcite | Level 5

I have two questions.  I keep running into insufficient resources when using GLMSelect to investigate a file with 1M records, 5 categorical covariates with split options and 1 by variable.   If I replace the by statement with a macro, will this reduce the computational requirements and increase the probability the code will run?  Or are there just too many covariates with split options?

 

I can't increase the sumsize which is 1GB.  Any other suggestions?

 

3 REPLIES 3
Astounding
PROC Star

Switching to macro language will never reduce the resources needed.

 

If it is mathematically possible, you might lower the resource requirement by changing another variable, and turning it into a second BY variable.

PGStats
Opal | Level 21

If at all feasable, you could reduce the number of categories in some of your variables by merging similar categories.

 

If all else fails, you could run the model selection procedure on a subsample your data.

PG
SteveDenham
Jade | Level 19

Have you considered subsetting your data into, say, 10 subsets, each with approx. 100K records, using the MODELAVERAGE statement on each of these, and then comparing the results across the subsets (sort of a doubly averaged model) to get the selected variables, and then fitting the full dataset to the selected variables?  An adaptive LASSO method for variable selection would enable you to do this.  See Example 49.5 Model Averaging in the SAS/STAT14.1 documentation as a starting point.

 

Steve Denham

sas-innovate-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

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!

Register 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
  • 1556 views
  • 1 like
  • 4 in conversation