How do I calculate confidence intervals in Quantselect?
You can't, because the model selection process itself biasses the model fit and estimates statistics.
From the documentation:
The QUANTSELECT procedure is intended primarily as an effect selection procedure and does not include regression diagnostics and hypothesis testing. The intention is that you use the QUANTSELECT procedure to select a model or a set of models, where each model contains a set of selected effects, and then you can further investigate these models by using PROC QUANTREG or other analytic tools.
Use proc quantreg with your selected model(s) to get confidence intervals.
Thank you for your reply. So, if I want to use L1-norm (LASSO) regularized quantile regression for my data analysis, is there another SAS program that I shoud be using? I need to get shrinkage on the estimates. Apparently QUANTSELECT only uses LASSO for the model selection and then refits the model 'without penalty'.
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.