tompollard / tableone

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

Statistics of hypothesis testing in tableone #136

Open 260147169 opened 1 year ago

260147169 commented 1 year ago

Some journals require statistics of hypothesis testing. I found that they are already computed. Maybe, this function that displaying statistics of hypothesis testing is helpful. I just pulled a request. Thank you for taking your time. (eg. image )

tompollard commented 1 year ago

Thanks @260147169! @jraffa, if you have time, do you mind taking a quick look at the pull request? https://github.com/tompollard/tableone/pull/135

jraffa commented 1 year ago

I think it still think it needs a little work. I posted a couple reproducible examples in the PR where the functionality I think needs to be tweaked.

tompollard commented 1 year ago

Thanks Jesse!

260147169 commented 1 year ago

Thanks so mush for collaborator's @jraffa and owner's @tompollard help and suggestion. I have tweaked and updated the function according to the examples in the PR #135. Apologize for your extra workload :joy:.