Skip to content

react_base_char(): AE table columns are incorrect when gender is factorized with "Male" and "Female" #106

@fukuhiro2023

Description

@fukuhiro2023

In the interactive baseline characteristics table generated by react_base_char(), the columns of AE table may not be corrected when gender is factorized with "Male" and "Female". For the subgroup of "Male", more columns are displayed than the number of treatment groups with missing name. This may be due to the following code in react_subgroup_table().

 race_columns <- grep(tolower(subgroup_name), tolower(names(tbl)), value = TRUE)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions