Vidyalelo
R Programming · Q69

Data Manipulation with dplyr

Programming · R Programming · question 69

Q69

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
Answer
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

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board