<p>in barrons there is the following question (page 293): suppose that 70% of all dialysis patients will survive for at least 5 years. In a SRS of 100 new patients, what is the probability that the proportion surviving for at least 5 years will exceed 80%?</p>
<p>barrons calculates the single proportion standard deviation and then evaluates using ncdf. Can this be done using bcdf? I think it would make sense to do 1-bcdf(100, .7, 80), but I don’t get the same answer. Can someone please explain this to me?</p>
<p>You use bcdf for things like coin flips. The question will usually ask like, out of 25 coin flips, what is probability you get more than 15 heads?</p>
<p>You’re taking an SRS, which is approximately normal. Thus, you can’t use binomcdf, which is based on counts. However, if you calculate the standard deviation - sqrt(pqn) - and mean - np - of the binomial distribution, you’ll find that if you use those with normalcdf, you will get 0.0145 as your answer still. The situation is binomial, but since you’re taking an SRS, you can’t use the binomial distribution function.</p>