ADaM, short for Analysis Data Model, transforms raw data into analysis-ready datasets, crucial for clinical research. While SDTM standardizes data, ADaM prepares it for analysis. Dive into the world of ADaM with me! Understanding its three key structures: 1. ADSL (Subject Level Analysis Dataset) ADSL: The backbone of analysis. 2. BDS (Basic Data Structure) ADLB, ADEX, ADEG, and ADVS: Building blocks for insightful analysis. 3. OCCDS (Occurrence Data Structure) ADCM, ADAE: Uncover critical occurrences for thorough analysis. To kickstart ADaM programming, essential documents include: 1. ADaM Implementation Guide ( ADaMIG ) 2. Protocol : The blueprint of study design and objectives. 3. CRF : Capturing crucial data points. 4. SAP : Guiding the analysis journey. 5. Mockup Shells : Visualizing dataset structures. 6. ADaM Specification : Navigating dataset creation. 7. Raw SDTM dataset : The foundation of analysis. In this project, armed with these documents, I started the journey by: 1. Prot...
Introduction This is a statistical analysis data structure that describes the general data structure and content typically found in occurrence analysis. For example like adverse events, concomitant medications, and medical history data structure. Some required variables for OCCDS are: Identifier Variables: STUDYID, USUBJID, — SEQ MedDRA Dictionary Coding Variables: — TERM Adverse Event Descriptive Variables: AESER(Serious Event) WHO Drug Dictionary Coding Variables: CMTRT ADAE stands for Adverse Events Analysis Dataset. The base datasets for ADAE is ADaM.ADSL, SDTM.AE, & SDTM.SUPPAE. Variables I am not including the general variables like USUBJID, SITEID, AGE, SEX, etc., and also not from ADSL. Note that the variables i mention is not limited to this. Adverse Event related variables AESPID AETERM AEDECOD ADECOD AEBODSYS AEBDSYCD AESTDTC AEENDTC AEACN AESHOSP AECONTRT AEREL AREL AEOUT AEENRF ASEV ASEVN AETOXGR AEDLTTOX AECMEDID Date ...