Hi all,
Is there a way to output a fitted distribution's statistics in a dataset in proc univariate? (estimated parameters and Kolmogorov-smirnov)
It only gives me the option to output test for normality etc.
What about if you fit a graph other than normal?
Thank you
ods select ParameterEstimates GoodnessOfFit ;
proc univariate data= Test;
var x1;
histogram /Beta
normal;
ods output parameterestimates= Param_out
run;
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.
Browse our catalog!