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.

 

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 573 views
  • 2 likes
  • 2 in conversation