December 2012
Intermediate to advanced
286 pages
6h 49m
English
This appendix presents Base SAS programs that you can run to generate the source data for the SDTM datasets. The trial design dataset source data are available as a Microsoft Excel file called trialdesign.xlsx that can be downloaded from the author page for this book. See support.sas.com/publishing/authors/index.html.

proc format; value trt 1 = "Active" 0 = "Placebo"; value gender 1 = "Male" 2 = "Female"; value race 1 = "White" 2 = "Black" 3 = "Other"; ...
Read now
Unlock full access