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: Option B
Join The Discussion