| 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 |
|
| 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.
|