Skip to content

Commit 334618e

Browse files
Update data-raw/lb_neuro.R
Co-authored-by: Fanny Gautier <157114584+Fanny-Gautier@users.noreply.github.com>
1 parent 19703b7 commit 334618e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-raw/lb_neuro.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ visit_schedule <- nv_neuro %>%
3939
) %>%
4040
distinct()
4141

42-
# Get subject characteristics with treatment information from adsl_neuro ----
42+
# Get subject characteristics with treatment information from dm_neuro ----
4343
subject_chars <- dm_neuro %>%
4444
select(STUDYID, USUBJID, ARM, ARMCD) %>%
4545
mutate( # Create treatment groups for analysis (pattern as in nv_neuro.R)

0 commit comments

Comments
 (0)