Quantipy / quantipy

Python for people data
MIT License
66 stars 14 forks source link

Sig tests - choose upper or lower case column ids #1173

Closed jamesrkg closed 5 years ago

jamesrkg commented 6 years ago

Provide the user with the option to choose upper (default) or lower-case column id results for significance tests. The actual column headers should not change (they are currently upper-case) but for each row of actual results, allow either upper or lower case.

This supports the use case where two tests are used and a clearer differentiation can be made by making one line of results upper-case and the other lower-case.

alextanski commented 6 years ago

Branch: i1173-upper_lower_case_test_ids

alextanski commented 5 years ago

This is done.