BookmarkSubscribeRSS Feed
amm8
Calcite | Level 5

Hi All,

I'm using the ICC9 macro to calculate ICC and CV for a number of variables.  I want to output a concise pdf output with only the ICCs and CVs like the output listing.  The ods pdf output include all of the proc mixed procedures.  How can I only output the ICC and CV results to the pdf?

The link to the macro is: http://www.hsph.harvard.edu/donna-spiegelman/software/icc9/

I have also attached the code..

I am not a SAS (stats) expert.  Please let me know if there is a better method for calculating ICC and CV for a repeatability/reliability analysis.

Also, let me know if I am in the wrong group.

Thanks

Ashy

2 REPLIES 2
esjackso
Quartz | Level 8

The attached does not currently create a pdf that I could see. It looks like the output from the mixed procs are being outputed to datasets. I would comment out the proc datasets step in the macro and try to assemble the output you want from the datasets.

Hope this helps

EJ

Tom
Super User Tom
Super User

Turn off your PDF (or other ODS destinations) before running the macro.

Then you can make the printout you want from the dataset it generates.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 1343 views
  • 0 likes
  • 3 in conversation