Summarise a DBA result by topic-repetition group
Arguments
- df_result
Data frame returned by [solve_assignment()] for a diversity model. Must contain columns `topic`, `rep`, and the column named by `id_col`.
- df_list
Input list from [extract_student_info()]. Must contain `d` (distance matrix) and optionally `s` (skill vector).
- id_col
Character. Name of the student-ID column in `df_result`.