MCQOPTIONS
Saved Bookmarks
| 1. |
Point out the wrong statement? |
| A. | Drawing samples from specific probability distributions can be done with “s” functions |
| B. | The sample() function draws randomly from a specified set of (scalar) objects allowing you to sample from arbitrary distributions of numbers |
| C. | The sampling() function draws randomly from a specified set of objects |
| D. | You should always set the random number seed when conducting a simulation |
| Answer» C. The sampling() function draws randomly from a specified set of objects | |