For a sample to be random, I thought it means that every member has an equal chance of being selected.
However, it seems like it is insufficient to just say the above. May I know what is the proper definition for a random sample? What am I missing?
Thanks.
If you're sampling $m$ items (without replacement) from a finite population of items, you want every set of $m$ distinct items in the population to have equal probability of being your sample. If sampling with replacement, you want every ordered $m$-tuple to have equal probability of being your sample.