Skip to content

Commit

Permalink
#277 imwg_vignette: arrange() within dervie_donfirmed_response()
Browse files Browse the repository at this point in the history
  • Loading branch information
Starostecka,Olga (AH GI Clin) BIV-DE-I committed Jun 13, 2024
1 parent 026090b commit e80ed81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/adrs_imwg.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,7 @@ adrs <- adrs %>%
date_imputation = "last",
flag_imputation = "time"
) %>%
mutate(AVISIT = VISIT) %>%
arrange(USUBJID, ADTM)
mutate(AVISIT = VISIT)
```

```{r, echo=FALSE}
Expand Down Expand Up @@ -369,6 +368,7 @@ confirmation_period <- 84
derive_confirmed_response <- function(datain) {
data_adrs <- datain %>%
arrange(USUBJID, ADTM) %>%
filter(AVALC != "NE") %>%
group_by(USUBJID) %>%
mutate(
Expand Down

0 comments on commit e80ed81

Please sign in to comment.