BookmarkSubscribeRSS Feed
Fergui
Calcite | Level 5

HI, I am trying to retrieve some statistics parameters from the PROC GLM procedure using the ods system. However, I cannot retrieve the coefficient of variation from the ANOVA. I tried the Fitstatistics table but it is not there. If anybody could help my in identifying the table from where to pull out the CV I will appreciate it.

 

Fernando

2 REPLIES 2
PaigeMiller
Diamond | Level 26
ods output fitstatistics=fitstats;
proc glm data=sashelp.class;
    class age sex;
    model height=age|sex;
run;
quit;
--
Paige Miller
Fergui
Calcite | Level 5

Thank you for sending this Paige. It helped.

 

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 2 replies
  • 902 views
  • 2 likes
  • 2 in conversation