Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanChaltiel committed Jan 20, 2025
1 parent 54c74f4 commit 5452171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ae_table_grade.R
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ ae_plot_grade_sum = function(

df = df_enrol %>%
left_join(df_ae, by=tolower(subjid)) %>%
mutate(grade = fix_grade(grade),
mutate(grade = .fix_grade_na(grade),
weight = weights[grade] %>% replace_na(0.1)) %>%
arrange(subjid)

Expand Down

0 comments on commit 5452171

Please sign in to comment.