Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Location of prepare_ae_exp_adj() #162

Open
elong0527 opened this issue Jul 8, 2023 · 1 comment · Fixed by #180
Open

Location of prepare_ae_exp_adj() #162

elong0527 opened this issue Jul 8, 2023 · 1 comment · Fixed by #180

Comments

@elong0527
Copy link
Collaborator

Does prepare_ae_exp_adj belongs to the AE specification analysis in the reference page?

https://merck.github.io/metalite.ae/reference/index.html

or it will require its own format_ and tlf_ functions?

@nanxstats nanxstats changed the title Location of prepare_ae_exp_adj Location of prepare_ae_exp_adj() Jul 26, 2023
@wangben718
Copy link
Collaborator

The program call to generate exposure adjusted AE summary table:

meta <- meta_ae_example()
outdata <- meta |>
prepare_ae_summary(
    population = "apat",
     observation = "wk12",
    parameter = "any;rel;ser"
  ) |>
   extend_ae_summary_eaer(adj_unit = "month") |>
  format_ae_exp_adj() |>
  tlf_ae_exp_adj(
    source = "Source:  [CDISCpilot: adam-adsl; adae]",
    path_outdata = tempfile(fileext = ".Rdata"),
     path_outtable = tempfile(fileext = ".rtf")
  )

@wangben718 wangben718 linked a pull request Feb 7, 2024 that will close this issue
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 a pull request may close this issue.

2 participants