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

Vignette Treatment Compliance #23

Merged
merged 2 commits into from
Jul 31, 2024
Merged

Vignette Treatment Compliance #23

merged 2 commits into from
Jul 31, 2024

Commits on Jun 28, 2024

  1. Need to update collect_title() function as it is not taking title 1 a…

    …s "Summary of Treatment Compliance" from meta plan.
    
    Also I noticed that if I subset adex dataset to exclude NA records while merging with ADSL then step :
    tbl <- outdata |> format_trt_compliance()
    head(tbl$tbl)
    throws following error:Error in `[.data.frame`(within_tbl, , c(1, do.call(c, lapply(2:(1 + n_group +  : 
      undefined columns selected
    4.
    stop("undefined columns selected")
    3.
    `[.data.frame`(within_tbl, , c(1, do.call(c, lapply(2:(1 + n_group +
    ifelse("total" %in% display_col, 1, 0)), function(x) {
    c(x, x + n_group + ifelse("total" %in% display_col, 1, 0) +
    1) ... at format_base_char.R#105
    2.
    within_tbl[, c(1, do.call(c, lapply(2:(1 + n_group + ifelse("total" %in%
    display_col, 1, 0)), function(x) {
    c(x, x + n_group + ifelse("total" %in% display_col, 1, 0) +
    1) ... at format_base_char.R#105
    1.
    format_trt_compliance(outdata)
    . Currently adsl has all records for 254 subjects though 2 subjects has NA in ADEX and these records are presented as "Missing" in final output.
    jeetendersinghc committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    27186d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. update vignettes

    wangben718 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4ce35b1 View commit details
    Browse the repository at this point in the history