|
|
|||||
|
Home |
SAS Helpful HintsBiostat Macro LibrarySummary of Adverse Events%AESummary resides in the departments SAS Macro Library and is enabled with the following SAS statements: L %AESummary calculates the number of subjects with any AEs, and the mean number of AEs per subject, for all AEs, excluding mild and excluding unrelated. %AESummary requires two input datasets. The first dataset must have one observation per subject to determine the size of each treatment group. The second dataset must have one observation for each AE reported. The Ns & Means are tabulated based on the number of unique AEs per subject. (If a subject reports “headache” four times, it is only counted once.) Chi-square tests are run for the Ns. Anovas are run for the Means. Boxplots of the means by treatment are also created. Available plot styles are BlackWhite, Color (white background) or PowerPoint (blue frame, gold trim, black background). Syntax: Example: The default colors may be changed by defining a macro variable named “Colors”: %Let Colors=Background_color Foreground_color Group1_color Group2_color
Group3_color…; The default font of centx may be changed on all text by defining a macro variable named “Font”: %Let Font=Simplex; The position of the legend may be changed by defining a macro variable named "LegendOption": %Let LegendOption=Position=(Inside Top Left) Across=2 Down=2; Output: Output:
Please send your comments and suggestions about this web page to A. Watts (watts@bst.rochester.edu) | ||||
©Copyright University of Rochester Medical Center, 1999-2006. Disclaimer. For questions or suggestions concerning the content of these pages, contact the URMC Webmaster. |
|||||