Tag Archives: probability

Sampling with replacement in R

In my last post about sampling (Simple sampling with R) we were doing simple sampling without replacement–that is, each item could only be selected once. However, there are times when you want to simulate sampling with replacement. For example, if you wanted to simulate sampling the results of rolling a dice 50 times, your outcomes [...]

Posted in (all categories), Geekiness, Useless Knowledge | Also tagged , , | 1 Comment