5) In the U.S., about 85% of people are Rh positive for blood type. You take a sample of size 7. Use R to calculate the
Posted: Wed May 11, 2022 2:16 pm
5) In the U.S., about 85% of people are Rh positive for blood type. You take a sample of size 7. Use R to calculate the following probabilities: a) Pr{Y = 7) b) Pr{Y=3} You should be able to figure this out using the R-instructions for the binomial from the last two homework assignments. However, here's just a brief refresher: To get a binomial probability, just do this would, for example, be the probability of 8 heads in 10 tosses): dbinom (8,10,.5).