For some reason the economist's page was not loading on my browser.
Andaith 2 hours ago [-]
I could only read the blurb, but this stood out to me: "To survey 1500 Americans".
Is that really enough to get a representative sample across 340 million people? Also, with tech as it is, why is that the best they can do?
sorensen12 1 hours ago [-]
It’s easy enough to get more than 1,500 people to answer your survey. But every pollster is plagued by the fact that people who voluntarily answer surveys are usually not representative of the broader population on the relevant issue.
Basically any method for sampling the population introduces bias. The sample of people who pick the phone, who respond to texts or emails, who come to the door for a stranger, are all subpopulations with their own biases. A pollster’s ability to correct for these biases is what separates the good from the bad.
epistasis 1 hours ago [-]
For questions with only a handful of answers, it is indeed definitely enough, as long as it's actually a random sample without too much bias. Going to larger numbers but with the same bias in sampling of people won't give an better answer!
So the actual question is how they checked that their sample is representative and not too heavy on any demographic.
esperent 1 hours ago [-]
> as long as it's actually a random sample without too much bias
This is the "spherical cow" of statistics.
recursivecaveat 1 hours ago [-]
1000 people is what they usually do for political polls. I was taught that a sample size of 1000 is sufficient for pretty much any purpose. At some point what becomes more significant is the differences between the poll-answering population and the general population. For eg if you call people at random on the phone, you're biased towards people who are likely to pick up the phone and talk to a pollster (eg retirees are home more often and not busy). Of course nobody is that naive nowadays, but that doesn't mean systemic error is completely eliminated.
nekusar 1 hours ago [-]
Yes, it is, if its sufficiently random.
In fact, 385 people is enough for 350M people, if sufficiently random.
n = (ZZp(1-p))/(EE)
n = sample size
Z = confidence (studies are usually 95%)
p(1-p) = variance of binormal proportion, usually set p=.5
For some reason the economist's page was not loading on my browser.
Is that really enough to get a representative sample across 340 million people? Also, with tech as it is, why is that the best they can do?
Basically any method for sampling the population introduces bias. The sample of people who pick the phone, who respond to texts or emails, who come to the door for a stranger, are all subpopulations with their own biases. A pollster’s ability to correct for these biases is what separates the good from the bad.
So the actual question is how they checked that their sample is representative and not too heavy on any demographic.
This is the "spherical cow" of statistics.
In fact, 385 people is enough for 350M people, if sufficiently random.
n = (ZZp(1-p))/(EE)
n = sample size
Z = confidence (studies are usually 95%)
p(1-p) = variance of binormal proportion, usually set p=.5
E = margin of error (is 1.00-.95 or .05)