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;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.Register now and lock in 2025 pricing—just $495!
Register now
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!