Hi experts,
The PLOTS for my analysis cannot be created. I get the following error:
ods noproctitle;
ods graphics / imagemap=on;
proc glmselect data=JORGE.ANLOC outdesign(addinputvars)=JORGE.reg_design
plots=(criterionpanel(unpack) coefficientpanel(unpack));
model TP2P=Local EmeMarket DevMarket GICS10 GICS15 GICS20 GICS30 GICS35 GICS40
GICS45 GICS50 GICS55 GICS60 FinCrisis Gender An_Exp An_Pos / showpvalues
selection=stepwise
(slentry=0.1 slstay=0.1 select=sl stop=adjrsq choose=adjrsq)
stats=(adjrsq rsquare);
run;
proc reg data=JORGE.reg_design alpha=0.01 plots(only
maxpoints=10000)=(diagnostics residuals rstudentbypredicted
observedbypredicted);
ods select ParameterEstimates SpecTest DiagnosticsPanel ResidualPlot
RStudentByPredicted ObservedByPredicted;
model TP2P=&_GLSMOD / stb clb spec;
run;
quit;
proc delete data=JORGE.reg_design;
run;
Try with maxpoints=none.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.