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 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!
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.
Ready to level-up your skills? Choose your own adventure.