-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Description
The N in the powerpoint group slide should represent the number of subjects in the data, but instead it currently represents the number of rows per group.
To reproduce
Run NCA, export powerpoint and view N
Expected behaviour
Fix:
inst/shiny/functions/save_output.R line 150 should become:
info_i <- merge(o_nca$data$conc$data, group_i) %>%
# Group by cols from info vars that are in the data
group_by(across(any_of(info_vars))) %>%
summarise(n = n_distinct(!!sym(subj_col)), .groups = "drop")
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Todo