Skip to content

Commit

Permalink
Update R/radab.R
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Zhu <[email protected]>
  • Loading branch information
shajoezhu authored Sep 28, 2024
1 parent ad527a6 commit e1605b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/radab.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ radab <- function(adsl,
}

# validate and initialize related variables
param_init_list <- random.cdisc.data:::relvar_init(param, paramcd)
unit_init_list <- random.cdisc.data:::relvar_init(param, avalu)
param_init_list <- relvar_init(param, paramcd)
unit_init_list <- relvar_init(param, avalu)

adpc <- adpc %>% dplyr::filter(ASMED == "PLASMA")
adab0 <- expand.grid(
Expand Down

0 comments on commit e1605b4

Please sign in to comment.