
Explore three modules on clinical trials data analysis with SAS, covering industry context, protocol and statistical analysis plan, inclusion and exclusion criteria, and building clinical study reports for regulatory submission.
Explore the two main clinical trial paths, from preclinical lab and animal testing to human phased trials. Learn safety, efficacy, and regulatory steps like NDA and FDA approval.
Explore the data types in clinical trials, including adverse events, vital signs, lab data, and EKGs, and how randomization and exposure data feed final SAS deliverables.
Identify key study documents guiding SAS programming in clinical trials, with the protocol as the central plan. See how sponsors and IRBs review safeguards for participant safety and study integrity.
Review the importance and purpose of clinical study documents and how they support the analysis and reporting of clinical trials.
Learn how to transform CRF data into derived datasets and import them into SAS to generate the demographics table, a foundational clinical study report.
Construct a demographics table from raw data by linking age, sex, race, and TT to derive variables, producing a SAS-driven clinical study report table with placebo and active groups.
Use the following PROC FREQ to use the percentage row count variable called PCT_ROW, not the PERCENT variable which is the cell count percentage.
proc freq data=demog2 noprint ;
table trt*sex/ outpct out =genderstats;
run;
Use the following PROC FREQ to use the percentage row count variable called PCT_ROW, not the PERCENT variable which is the cell count percentage.
proc freq data=demog2 noprint ;
table trt*race/ outpct out =racestats;
run;
Fix precision points and missing parentheses in SAS code by applying conditional formatting: N zero decimals, mean/min/max one decimal, std two decimals, and increase value length.
Explore transposing a vertically arranged all stats dataset into a three-column table using proc transpose, aligning placebo, active, and overall patients with by, id, and underscore prefix options.
Refine a SAS clinical trial report by using Proc SQL and Proc Report to add labels, population counts, macro variables, titles, and footnotes for the final demographics table.
Order your course completion certificate after you have completed this training (all lectures, quizzes, assignments and practice exams). See instructions on the last page of Resource Guide eBook.
This course gives an introduction to the Pharmaceutical/ Life Science industry in a simple and visual style that is easy to understand. It shows how SAS is used as a tool to work with the vast amount of clinical data within this industry. The course takes you through an example clinical study sample data, and generate various Clinical Study Reports that are submitted to the FDA (in the US) or other regulatory authorities in other countries. You will not only hone your SAS programming skills but will also learn essential concepts needed to work in the Pharma industry in the areas of Biostatistics and Clinical Data Management.
After the introduction to the pharma industry and learning relevant concepts about Clinical Trials, the course takes you through a hands-on training exercise to build the very important and fundamental Clinical Study Report called the Demographics Table.
You will begin with a sample clinical study data in an Excel sheet, then you will import it into SAS, derive all necessary variables as shown in the mock table, and finally generate a clinical study report. All this will be done using guided SAS Programming steps with detailed explanations at every step of programming. At the end of this course, you will have learnt to work with Clinical Study Data, generate a real Clinical Study Report, and extend those steps to build other reports that constitute Clinical Trial submissions to the regulatory bodies.
Prerequisites: You will need basic SAS programming knowledge to work with code discussed in this course. You can take my course on SAS programming ("The Simplest Guide to SAS Programming") available on Udemy.
A guide to the following SAS certification exam:
SAS Certified Clinical Trials Programmer Using SAS 9
Earn a Certificate
When you finish listening to all videos, assignments, quizzes and practice exams, you'll earn a Certificate that you can share with prospective employers and your professional network.