Basic Workflow1 days ago
Introduction | Objectives | Reminder of Database Structure | Step 0: Load Packages | Build tables from source files | Collecting IDs | Data management | Drugs | Principle | Step 1: Load the tables | Step 2: Choose drugs of Interest | Step 3: Identify drug codes | Steps 4 and 5: add_drug() function | Step 6: Check your data management | Step 2 and 3 variant: ATC classes | Step 4 and 5 variant: Suspect, concomitant, interacting | Create multiple drug columns | Drug groups | Adverse drug reactions | Principles | Step 2: Choose events of interest | Step 3: Identify event codes | Steps 4 and 5: add_adr() function | Other variables | Indications | Age | Sex | Using case_when() | Seriousness, death | Disproportionality | Univariate analysis | Disproportionality metrics | Advanced modelling, multivariate analysis | Extract Odds-Ratio with compute_or_mod() | Conclusion
