tompollard / tableone

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

Add argument for continuous variables #167

Closed tompollard closed 4 months ago

tompollard commented 4 months ago

In the past, continuous variables could not be specified directly. Instead, anything not listed as categorical was assumed to be continuous. This pull request allows continuous variables to be specified using a continuous argument.