inst/snippets/Example6.2.R

p.hat <- 0.80; p.hat
p.hat * 400               # check >= 10
(1 - p.hat) * 400         # check >= 10
SE <- sqrt(.80 * .20 / 400); SE

Try the Lock5withR package in your browser

Any scripts or data that you put into this service are public.

Lock5withR documentation built on May 2, 2019, 3:43 p.m.