-
Notifications
You must be signed in to change notification settings - Fork 29
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
Quartiles instead of IQR in summary_factorlist ? #29
Comments
Thanks. This is done.
|
Great! Although, I'd change "Median (IQR)" in |
Thanks. Yes please change in your own work, but I'm comfortable with the definition of "range" being the limits as well as the difference. |
I agree that "range" can be understood as the limits as well as the difference, but IQR is special case of range that is strictly defined as difference between quartiles. So I think, using the name "IQR" for limits can lead to confusion: person, who sees "IQR" label expects a single value, just like he/she read in his/her textbook. |
Hello,
I think, it would be nice to have option to include quartiles along with median (instead of IQR).
IQR tells little about location of "middle half" of data, whereas quartiles do.
I mean something like Median (Q1-Q3) e.g. 20.7 (14.5-22.5).
What do you think?
Regards, and thanks for great work,
Lukasz
The text was updated successfully, but these errors were encountered: