BookmarkSubscribeRSS Feed
bncoxuk
Obsidian | Level 7
My company has a very dataset which requires to do a regession analysis. The dataset has over 2million observations for the customers, and 100 variables (many are categorical).

I want to use SAS to run a regression model. But just worry about the massive size of the dataset. Will this cause computer crash if running for days or weeks?

An suggestions?
2 REPLIES 2
Doc_Duke
Rhodochrosite | Level 12
Regression of that size. No problem. The linear regression procedures (REG, GLM, etc), use memory based on the number of variables and generally make one pass through the data for each execution of the procedure.

Other regression type procedures (LOGISTIC, PHREG) use search algorithms that do run through the data multiple times and potentially take days to run.

The reference manual has some information on the execution algorithms in the "details" section of each chapter.

Doc Muhlbaier
Duke
bncoxuk
Obsidian | Level 7
Many thanks indeed, Duke.

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

Submit your idea!

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