Pseudo-Random Number Generation

The tools of random number generation are used for creating entirely new "synthetic" datasets and for permutation, subsampling, and bootstrapping (resampling with replacement) of existing data. You will learn how to use built-in R functions to generate random samples from different probability distributions (more distributions are available from user-contributed packages, such as the package gamlss.dist).

Pseudo-random Number Generation


Source: E. Roualdes, https://www.youtube.com/watch?v=09hJy4hUzOo
Creative Commons License This work is licensed under a Creative Commons Attribution 3.0 License.