BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Joostvanerp
Calcite | Level 5

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

1 ACCEPTED SOLUTION

Accepted Solutions
PaigeMiller
Diamond | Level 26

You need the following line of code inside your PROC FMM (or on the line immediately before PROC FMM)

 

ods output fitstatistics=fitstatistics.
--
Paige Miller

View solution in original post

3 REPLIES 3
PaigeMiller
Diamond | Level 26

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?

--
Paige Miller
Joostvanerp
Calcite | Level 5

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.

 

 

PaigeMiller
Diamond | Level 26

You need the following line of code inside your PROC FMM (or on the line immediately before PROC FMM)

 

ods output fitstatistics=fitstatistics.
--
Paige Miller

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1336 views
  • 0 likes
  • 2 in conversation