BookmarkSubscribeRSS Feed
cecily
Calcite | Level 5

My code is just:

proc logistic data=freq, Plots(Label Maxpoints=None)=all descending;

model tag= video1-video30 three1-three30 old1-old30 yong1-yong30 get1-get30/INFLUENCE;

run;

My laptop has 8 GB memory 256SSD.

But still insufficient memory. How to solve this problem???

My file contains 120000 observations , 150 predictor  variables.

7 REPLIES 7
cecily
Calcite | Level 5

My environment is windows8.

Yes . Local SAS installed.

I am using sas9.4

ballardw
Super User

I would try this without the plots to see if that helps as something very easy to try.

cecily
Calcite | Level 5

I would like to see the Plots to find the influential points. Without the plots.....I think this code is useless

PaigeMiller
Diamond | Level 26

Logistic on that many predictor variables not only causes memory problems, but it also would cause interpretation problems if you were able to actually run the model — in the sense that any resulting model would be extremely difficult to use or interpret because of the correlation between the predictors.

An alternative is to use PROC PLS, which has the advantage of using an algorithm that is not as susceptible to memory issues as is PROC LOGISTIC, but it also provides more interpretable models in the case of correlation between the predictors. Win-win!

--
Paige Miller
cecily
Calcite | Level 5

my main purpose is to do the classification. Could the Proc PLS be used to do the classification?

PaigeMiller
Diamond | Level 26

"Classification" is a broad term, but yes, you could use the PROC PLS results to do some types of classification.

--
Paige Miller

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!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 7 replies
  • 1201 views
  • 0 likes
  • 4 in conversation