Skip to content

Closes #143 add exposure response data#144

Open
jeffreyad wants to merge 60 commits intomainfrom
143-add-exposure-response-data
Open

Closes #143 add exposure response data#144
jeffreyad wants to merge 60 commits intomainfrom
143-add-exposure-response-data

Conversation

@jeffreyad
Copy link
Collaborator

@jeffreyad jeffreyad commented Jan 28, 2026

Pull Request

DESCRIPTION GOES HERE

Before you submit your pull request, take a look at the following checklist. Many thanks for your contribution!

  • Title: Place Closes #<insert_issue_number> at the beginning of your PR title. Use the Edit button in the top-right if you need to update.
  • Linked Issue: Ensure the related issue is linked in the "Development Section" on the right-hand side.
  • First Contribution: If this is your first contribution, add yourself to the DESCRIPTION file.
  • Impact on Examples: If your updates impact any examples, review locally for warnings or errors in the impacted example pages.
  • Merge Conflicts: Developers should address any merge conflicts and merge upon successful review.
  • New Packages: If new packages were used, ensure they are included in the DESCRIPTION file's Imports section.
  • Updated Examples: If you added or updated an example, ensure it runs on the latest CRAN release versions of all packages used.
  • Testing Instructions: Provide instructions on how to test the code if necessary.

@jeffreyad jeffreyad linked an issue Jan 28, 2026 that may be closed by this pull request
jeffreyad and others added 15 commits February 19, 2026 15:02
Co-authored-by: Fanny Gautier <157114584+Fanny-Gautier@users.noreply.github.com>
Co-authored-by: Fanny Gautier <157114584+Fanny-Gautier@users.noreply.github.com>
Co-authored-by: Fanny Gautier <157114584+Fanny-Gautier@users.noreply.github.com>
Co-authored-by: Fanny Gautier <157114584+Fanny-Gautier@users.noreply.github.com>
Co-authored-by: Fanny Gautier <157114584+Fanny-Gautier@users.noreply.github.com>
Co-authored-by: Fanny Gautier <157114584+Fanny-Gautier@users.noreply.github.com>
Co-authored-by: Fanny Gautier <157114584+Fanny-Gautier@users.noreply.github.com>
Co-authored-by: Fanny Gautier <157114584+Fanny-Gautier@users.noreply.github.com>
Co-authored-by: Fanny Gautier <157114584+Fanny-Gautier@users.noreply.github.com>
Co-authored-by: Fanny Gautier <157114584+Fanny-Gautier@users.noreply.github.com>
adam/ader.qmd Outdated
Comment on lines 104 to 114
covar <- adsl %>%
create_var_from_codelist(metacore, input_var = STUDYID, out_var = STUDYIDN) %>%
create_var_from_codelist(metacore, input_var = SEX, out_var = SEXN) %>%
create_var_from_codelist(metacore, input_var = RACE, out_var = RACEN) %>%
create_var_from_codelist(metacore, input_var = ETHNIC, out_var = ETHNICN) %>%
create_var_from_codelist(metacore, input_var = ARMCD, out_var = COHORT) %>%
create_var_from_codelist(metacore, input_var = ARMCD, out_var = COHORTC) %>%
create_var_from_codelist(metacore, input_var = ARM, out_var = ARMN) %>%
create_var_from_codelist(metacore, input_var = ACTARM, out_var = ACTARMN) %>%
create_var_from_codelist(metacore, input_var = TRT01A, out_var = TRT01AN) %>%
create_var_from_codelist(metacore, input_var = TRT01P, out_var = TRT01PN) %>%
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these numeric variables already be in ADSL? Should we add them?

Just feels like a lot of extra variables - could we just show one or two and then hide that rest with some code folding?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these numeric variables already be in ADSL? Should we add them?

Just feels like a lot of extra variables - could we just show one or two and then hide that rest with some code folding?

@bms63 they should probably not be added to ADSL. I was thinking about potentially creating an ADSLCOV for covariates which could be used in these examples and also ADPPK. Folding the code might be good option as well

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh ADSLCOV sounds nice!! yeah the length of stuff there just takes away from the actual important stuff. whatever you can do to minimize it is great!!

Copy link
Collaborator

@bms63 bms63 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you want to show the ASEQ variable in this dataset view?

Image

@bms63
Copy link
Collaborator

bms63 commented Feb 22, 2026

I don't want to slow down the roll out of this - but is there an existing admiral function for this or can we make one??

image

@jeffreyad
Copy link
Collaborator Author

I don't want to slow down the roll out of this - but is there an existing admiral function for this or can we make one??

Good point! Maybe derive_param_exist_flag()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Exposure Response Data

4 participants