InterviewSolution
Saved Bookmarks
| 1. |
The corresponding R function for the CDF is __________(a) Dbinom(b) Pbinom(c) Cbinorm(d) HbinormI got this question in my homework.This is a very interesting question from Distribution in portion Distributions, Graphics & Neural Networks of R Programming |
|
Answer» CORRECT choice is (b) PBINOM To elaborate: The FUNCTION pbinom is very useful for summing consecutive BINOMIAL probabilities. The pbinom function returns the PROBABILITY that the value of a variable that follows the binomial distribution. |
|