LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (July 2006, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 6 Jul 2006 01:35:39 -0700
Reply-To:   RolandRB <rolandberry@HOTMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   RolandRB <rolandberry@HOTMAIL.COM>
Organization:   http://groups.google.com
Subject:   %unistats and %npcttab for demog and safety reporting
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset="iso-8859-1"

The reporting macros %unistats and %npcttab are part of the Spectre clinical reporting system I wrote that you can link to here: http://www.datasavantconsulting.com/roland/spectre/

They are the macros to handle the bulk of safety reporting. %unistats gives descriptive statistics with category counts and percentages. %npcttab gives unique patient counts with percentages of treatment arm total and optionally event counts. Both macros can give pvalues on request. You can read about each of them and see sample outputs here: http://www.datasavantconsulting.com/roland/spectre/unistats.html http://www.datasavantconsulting.com/roland/spectre/uniwithby.html http://www.datasavantconsulting.com/roland/spectre/npcttab.html

These macros can be used outside of the Spectre reporting system and are not limited to any platform. They can be used under Windows. I have added an extra macro so that on a Windows platform you can have page labels such as "Page x of Y". How to do this is explained here: http://www.datasavantconsulting.com/roland/spectre/winusers.html

I am guessing that if you are doing clinical reporting then you will be able to use these macros no matter what your platform is. You might want to check these macros out to see if they offer more power and flexibility than what you are currently using. Perhaps they could be added to your macro collection and they can hopefully run without any problems inside your current clinical reporting system.


Back to: Top of message | Previous page | Main SAS-L page