InterviewSolution
Saved Bookmarks
| 1. |
Which of the following code create n samples of size “size” with probability prob from the binomial?(a) z |
|
Answer» The correct option is (b) z <- rbinom(N,size,prob) |
|