Find a 92% confidence interval for for p, the proportion of all voters who will vote for Candidate A, by Bootstrapping 1000 samples. Use the seed 8917 to ensure that R-Studio "randomly" samples the same "random" samples as this question will expect. You can do this by including the code, you can copy it into your R-Studio to bootstrap your samples. RNGkind(sample.kind = "Rejection"); set.seed(8917); B=do(1000) * mean(resample(c(rep(1,154),rep(0,403-154)), 403)); Find a 92% confidence interval Use at least four decimal points for your lower and upper bounds. Lower Bound = equation editor Upper Bound = equation editor.
Answers
Answered by
0
Answer:
type in hindi I don't english ??¿?????????
Similar questions