Dear concern
I have estimated the proc quantreg but the regression output does not provide me any model statistics. Can you please suggest me what code i need to add in my model to get the AIC model statistics? This is my SAS code:
proc quantreg data=final;
model mm5day = lnaltbid public stockonly relatedacq Targethightechdummy caltbidpub
correctRelSize AcqExperience Tenderoffer directorsrecomm Serialbidder5 schemeofarrangement
lnlagmcap LAGTDEBTTOTASSET LAGCashH LagTobinQ lagroa
y2000-y2014
Consumergoods ConsumerServices basicmaterials financials utilities telecommunications technology healthcare
industrials oilgas/quantile=0.25 .50 .75;
where year>=2000 and year<=2014;
quit;
Hi Cynthia
Thanks for the information. I understand that you suggest me GLMSELECT to solve this problem. However, I have used quantreg model. How this works together?
Is it possible to indicate me what i need to modify in my model to get the AIC using quantreg?
Thanks in advance for your time.
Cheers
Shams
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!
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.