Skip to content

Commit

Permalink
Update col name
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua committed Sep 16, 2022
1 parent 697afbf commit 6541869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Enhanced the `tm_t_pp_medical_history` module to use the `table_with_settings` module and return the `rtables` object.
* Implemented `nestcolor` in examples, refactored `tm_g_barchart_simple` to allow use of `nestcolor`.
* Added more descriptive title/labels to `tm_g_ci`.
* Updated `tm_a_mmrm` column name when no treatment is selected from "all obs" to "All Patients".

### Bug fixes

Expand Down
1 change: 1 addition & 0 deletions R/tm_a_mmrm.R
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ template_mmrm_tables <- function(parentname,
layout_list,
substitute(
expr =
rtables::add_overall_col("All Patients") %>%
rtables::split_rows_by(visit_var) %>%
tern.mmrm::summarize_lsmeans(arms = FALSE) %>%
rtables::append_topleft(paste0(" ", paramcd)),
Expand Down

0 comments on commit 6541869

Please sign in to comment.