Skip to content

Commit

Permalink
Update vignettes/advs.Rmd
Browse files Browse the repository at this point in the history
Add PARAMN for all parameters and not just for BMI.
  • Loading branch information
kathrinflunkert authored Sep 16, 2024
1 parent 319d05d commit 880727c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/advs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ parameters will look like:
advs <- derive_vars_merged_lookup(
advs,
dataset_add = param_lookup,
new_vars = exprs(PARAMCD, PARAM, PARCAT1, PARCAT1N),
new_vars = exprs(PARAMCD, PARAM, PARAMN, PARCAT1, PARCAT1N),
by_vars = exprs(VSTESTCD)
)
```
Expand Down

0 comments on commit 880727c

Please sign in to comment.