I have a data set of 100,000. If I want to pick a subset (sample), how can I ensure that it's a "good" sample? I know that I can make it unbiased by picking at random, but how do I know how many to pick to account for all the variance in the dataset?
Tell me more
×
Cross Validated is a question and answer site for
statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.
|
|
You can do some preliminary calculations to obtain the standard error for the parameter(s) you want to estimate, given certain sample size. Typically the standard error varies with $\frac{1}{\sqrt{N}}$, so that a sample 4 times as large as another will have a standard error half as large. |
||||
|
|