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.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.