tompollard / tableone

Create "Table 1" for research papers in Python
https://pypi.python.org/pypi/tableone/
MIT License
161 stars 38 forks source link

change pval_adj docs #100

Closed jraffa closed 4 years ago

jraffa commented 4 years ago

Minor change to the documentation:

        The P-values from the unadjusted table (default when pval=True)
        are adjusted to account for the number of total tests that were performed.
        These adjustments would be useful when many variables are being screened
        to assess if their distribution varies by the variable in the groupby argument.
tompollard commented 4 years ago

Looks good, thanks!