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