ICJIA / arrest_explorer

Distribution of, and interface to, aggregated Illinois arrest data.
https://icjia.illinois.gov/arrestexplorer
1 stars 0 forks source link

Wording: Use of "Between"/"Within" Confusing #8

Closed ErnstMelchior closed 3 years ago

ErnstMelchior commented 3 years ago

Describe Issue Any graph heading with selections will use confusing words within or between. These should always say "by" even if the word "by" occurs three times in the heading.

Location of Text or Control All graphs. image

Current Text or Control Word between or within

Proposed new text/control by

kgruschow commented 3 years ago

In the filter settings it consistently uses "by".

image (e.g. by Year by Gender by County)

The specific method used by the application seems to be that the first, middle, and last variables are presented as: {subject} by {first} within {middle} between {last}

example: image

Alternate proposal 1: instead of "first by second by third", "by first, second, and third"

miserman commented 3 years ago

The "by"s in the filter settings are specifically "split by", which is the same for all variables, whereas the "by" in the title is a plotting usage (i.e., y by x). In that sense, adding "by"s or listing variables after "by" would be changing its meaning, which is fine.

My thinking for the other terms was to say "within" when levels are each panels, and "between" when levels are separate lines/bars/points.

I don't know that any scheme is inherently more correct or clear, but I like "by first, second, and third" if only for compactness.

kgruschow commented 3 years ago

agreed that there is not really an ideal option, the concern with words like within/between is that they evoke common research comparisons, e.g. between groups/within groups comparisons in a way that does not fit for viewing operational/descriptive .

miserman commented 3 years ago

bcdceced653c61c4dcd7ef57d1158c7fb46658c4 changes this to a list scheme.

kgruschow commented 3 years ago

I think it is good though year (when included) should always come last

e.g. by year, by gender and year, by race, gender, and year