Hello everybody,
I am curve fitting with normal (gaussian) and weibull distributions. I have a large dataset and some settings work better with the data than others. That is why I want to print the fit statisics in the output data so I can see it easily, in stead of scrolling through all the results. How can I do this?
Thank you!
Joost
You need the following line of code inside your PROC FMM (or on the line immediately before PROC FMM)
ods output fitstatistics=fitstatistics.
Please be much more specific. Show us an example of the exact output you want to capture. It says you want the fit statistics printed so you can compare them, is printing the statistics what you really mean? Wouldn't the statistics be better in a SAS data set so you can compare them?
With printing, I meant in a sas data set.
I would like to get the data which is shown in the attachement, in a data set.
You need the following line of code inside your PROC FMM (or on the line immediately before PROC FMM)
ods output fitstatistics=fitstatistics.
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!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.