inst/snippets/Example3.13.R

p.hat <- 0.54                       # sample proportion
MoE <- 0.02                         # margin of error
p.hat - MoE                         # lower limit of interval estimate
p.hat + MoE                         # upper limit of interval estimate
rpruim/Lock5withR documentation built on May 28, 2019, 1:31 a.m.