Skip to content

Commit

Permalink
Create readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BodoKirsch authored Jan 8, 2025
1 parent bc5d236 commit f5aebd9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/2025/2025-01-08/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Adverse events

- Sample ADAE dataset generated using [teal.data](https://insightsengineering.github.io/teal.data/main/) package in R. Data limited to two treatments (Drug X, Placebo), although subjects may switch between the two

Challenge: produce a visualization using this sample ADAE dataset
The challenge is open-ended, and you can choose a feature of the data to focus on. Possible ideas:
- Investigate the co-occurrence of adverse events (the October 2020 webinar might provide some inspiration!) or ‘clusters’ of adverse events – do certain groups of adverse events tend to occur alongside one another or at certain times
- Investigate the time to a given event or adverse event profiles over time
- Explore the hierarchical nature of adverse events (MedDRA terms)


Note that other than reducing the treatment arms, the ADAE data is exactly as produced in teal.data
This gives full freedom to utilize/explore as few/many of the variables as you wish
The AE terms are populated with codes rather than actual terms, preserving the hierarchical nature of the event classification

0 comments on commit f5aebd9

Please sign in to comment.