Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

#1: Initial revision by user avatar Chgg Clou‭ · 2021-06-04T04:43:32Z (almost 3 years ago)
How to quantify "married people are less likely than the average person to smoke", "smokers are less likely than the average person to be married"?
When I first saw inequalities (1) and (2) below, I quantified them as:

$\color{red}{\text{1.1. married people < all smokers}}$

$\color{red}{\text{2.1. and married smokers  < all married people}}$
.

My guesses are wrong because I'm comparing quantities, but the author below compares fractions. But why are my guesses wrong? 

>&nbsp; &nbsp; &nbsp; When you’re comparing two binary variables, correlation takes on a
particularly simple form. To say that marital status and smoking status are
negatively correlated, for example, is simply to say that married people are
less likely than the average person to smoke. Or, to put it another way,
smokers are less likely than the average person to be married. It’s worth
taking a moment to persuade yourself that those two things are indeed the
same! The first statement can be written as an inequality


>$\color{limegreen}{\text{married smokers / all married people < all smokers / all people}}$ Why doesn't `$\tag{1}$` work?

>and the second as

>$\color{limegreen}{\text{married smokers / all smokers < all married people / all people}}$ Why doesn't `$\tag{2}$` work?
   
>&nbsp; &nbsp; &nbsp; If you multiply both sides of each inequality by the common denominator
(all people) × (all smokers) you can see that the two statements are different
ways of saying the same thing:

>(married smokers) × (all people) < (all smokers) × (all
married people) Why doesn't `$\tag{3}$` work?

>&nbsp; &nbsp; &nbsp; In the same way, if smoking and marriage were positively correlated, it
would mean that married people were more likely than average to smoke and
smokers more likely than average to be married.


Ellenberg, *How Not to Be Wrong* (2014), pages 347-8.