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

SAS Innovate 2025: Register Now

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!

SAS Enterprise Guide vs. SAS Studio

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.

SAS Training: Just a Click Away

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

Browse our catalog!

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