Skip to content

ds.crosstab() doesn't show sig when sig_level<0.01 #38

@tracyyuqichen

Description

@tracyyuqichen

A bug in the crosstab method when styling the output that makes tests with alpha < 0.01 not show up in the results.

Example code:

sig_level=0.05/28
ds.crosstab('Q7','Region',sig_level=sig_level)

This would only give the cross-tabulation of counts and not the significant groups

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions