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.

 

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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