Vidyalelo
R Programming · Q122

Data Manipulation with dplyr

Programming · R Programming · question 122

Q122

Which of the following code represents count with mean of 2?

A.
rpois(10, 2)
Answer
B.
rpois(10, 20)
C.
rpois(20, 2)
D.
rpois(20, 20)

Answer: Option A

Solution

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