|
|
||||
|
Home |
SAS Helpful HintsProc Gplot(+/- Standard Error over Time)Here is a gplot that looks at data over time by treatment group. I have included many of my favorite graphic options to improve the appearance of the graph. Feel free to modify the options to suite your own personal taste. Proc Sort Data=work.A; By scale treatment visit; Run; Proc Means Data=work.A Noprint; Data work.C; Title1 Font=Centx Height=2 'Changes over time'; Goptions Device=Win Colors=(Black White
Blue Red Gold Green Cyan) Axis1 Width=2 Major=(Width=2) Minor=(Width=2) Value=(Font=Duplex
Height=2) Axis2 Width=2 Major=(Width=2) Minor=(Width=2) Value=(Font=Duplex
Height=2) Legend1 Label=(Font=Centx Height=2) Value=(Font=Centx Height=2)
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. |
||||