BookmarkSubscribeRSS Feed
Tim_sas_
Obsidian | Level 7

Hello,

 

I would like to run several regressions using Proc Quantreg. My problem is that it shows the following error

message below (the dataset is relatively huge with more than 200,000 rows in total). I have already tried to google the error message but my search did not yield satisfactory results so far. Does someone have an idea how I could modify my code to make this work?

 

I would be very glad for any help.

 

Many thanks,

 

Tim

 

Error Message SAS.JPG

 

 

Proc quantreg Data=data_in CI=resampling;
Model earn = a b c d e / QUANTILE=.5;
Where 1998 <= year <= 2007;
Run;

 

 

1 REPLY 1
ChrisNZ
Tourmaline | Level 20

Two (complementary) ways you could go about this if no other reply comes:

1. Reduce the data set to see if a threshold or if specific values cause this

2. Contact SAS tech support so the developer of the proc can have a look if needed

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 535 views
  • 0 likes
  • 2 in conversation