pharmaverse/cardinal

[New Figure]: Figure 14

Closed this issue · 1 comments

Figure Layout & Design

figure_14

Figure Description

Figure 14. Mean and 95% Confidence Interval of Systolic Blood Pressure Over Time by Treatment Arm, Safety Population, Trial X

Analysis Datasets

ADVS ; possibly ADSL.

Data from the random.cdisc.data package, can be retrieved by random.cdisc.data::c followed by your
dataset name.

Analysis Filters

Safety population: SAFFL == "Y"
Parameter to use: PARAMCD == "..."
Additional condition (optional) - add_cond: expr("add_cond")

Additional Information

No response

Developer To Dos

  • Table Function: Create R/fda-table_XX.R file with your table-generating function.
    • Roxygen Documentation: title, @details, document all parameters, @return, @examples, @export.
  • Tests: Create tests/testthat/test-table_XX.R file with tests for the table function and then run these tests.
  • Quarto Template: Create quarto/table-templates/template-table_XX.qmd file your table template.
  • Screenshot: Add table screenshot as table_XX.png to the quarto/assets/images/screenshots folder.
  • _quarto.yml: Add template to the "Template Library" section of the _quarto.yml file.
  • Template Index: Run quarto/assets/generate-template_index.R script to update the template index.
  • NEWS: Update NEWS.md.

I pushed a first draft. We could discuss about the standard layout of the tables (axis, font, etc).

I also have some issues I would like to discuss during the next meeting if possible.