|
|
| There's more than one way to do things | |
| PerlMonks |
Re^2: Test Survey Resultsby amarquis (Curate) |
| on Aug 04, 2008 at 12:57 UTC ( #702050=note: print w/ replies, xml ) | Need Help?? |
|
The spread from sample size is likely dwarfed by selection bias in this case.* "For example, fully 66% of respondents claimed that their primary code base has a test suite but it's been my experience that the number is far smaller." is where the selection bias shows. I agree that the real number is much smaller, and what we are seeing is that people who like to talk about test suites are likely to have test suites. * - The simple way to estimate your standard deviation from a sample is the bootstrap method: you assume the population is like your sample and just use the deviation of the sample. The deviation of a rate (means, percentages, etc.) goes as the deviation of one draw divided by root the number of draws. So, in this case, about 3.8%. Even if you had n=1000, your spread would be ~1.5% or so. As a poll taker, your greatest challenge is much more often how your select your sample than it is the sample size.
In Section
Meditations
|
|
||||||||||||||||||||