Cumulative probability from binomial distribution
Hi, I have the below output.
pbinom(0.10, 1, 0.40)
[1] 0.6 I am curious what it means to serve a fraction as the first argument in pbinom()? Thanks for your time
Hi, I have the below output.
pbinom(0.10, 1, 0.40)
[1] 0.6 I am curious what it means to serve a fraction as the first argument in pbinom()? Thanks for your time