Skip to content

Commit

Permalink
update default for metalite.sl
Browse files Browse the repository at this point in the history
  • Loading branch information
wangben718 committed Aug 2, 2024
1 parent 8d91831 commit 68b7f46
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# metalite 0.1.3

- `n_subject()` now has a new argument `na` for labeling missing values.
- Add default mapping for subject level analysis.
- Update GitHub Actions workflows.

# metalite 0.1.2
Expand Down
20 changes: 20 additions & 0 deletions data-raw/default.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,25 @@ default_analysis <- list(
name = "ae_forest",
label = "Interactive: forest plot for adverse event",
title = "Forest plot for Participants With {term1} Adverse Events {term2}"
),
base_char = adam_mapping(
name = "base_char",
label = "Table: baseline characteristics",
title = "Participant Baseline Characteristics by Treatment Group"
),
trt_compliance = adam_mapping(
name = "trt_compliance",
label = "Table: treatment compliance",
title = "Summary of Treatment Compliance"
),
disposition = adam_mapping(
name = "disp",
label = "Table: disposition",
title = "Disposition of Participant"
),
exp_duration = adam_mapping(
name = "exp_dur",
label = "Table: exposure duration",
title = "Summary of Exposure Duration"
)
)

0 comments on commit 68b7f46

Please sign in to comment.