-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
option to append summary type ("mean (SD); median (IQR)") etc to row label #68
Comments
tompollard
added a commit
that referenced
this issue
Jul 30, 2018
For the median (IQR), please use median(Q1-Q3), if not already done so. |
Sure, intentionally with no space between "median" and "(Q1-Q3)"? |
nah, that's a typo. :D |
tompollard
added a commit
that referenced
this issue
Jul 30, 2018
thanks, included in the latest release: https://github.com/tompollard/tableone/releases/tag/0.5.13 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add an argument to allow the summary type (e.g. "mean (SD)") to be appended to the row label (e.g. "Age, mean (SD)")
The text was updated successfully, but these errors were encountered: