Hi everyone, I am new to SAS and I have a very simple question.
In proc reg, is there a simple way to output the standard deviation (population s.d.) of the regression residuals?
So far, I am only able to obtain this figure from two steps:
(1) output out=example r = y; and
(2) proc means data=example vardef=n; output out=example2 std=y;
Thank you!
Hi,
Just add MSE in proc reg model options.
Nearly 200 sessions are now available on demand in the Innovate Hub.
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.
Browse our catalog!