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
Proc quantreg Data=data_in CI=resampling;
Model earn = a b c d e / QUANTILE=.5;
Where 1998 <= year <= 2007;
Run;
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
April 27 – 30 | Gaylord Texan | Grapevine, Texas
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!
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.
Ready to level-up your skills? Choose your own adventure.