inst/snippets/Figure5.10.R

xpnorm(0.957)                      # proportion with z-score below 0.957
xpnorm(2.032, lower.tail = FALSE)  # proportion with z-score above 2.032
pnorm(30, 29.11, 0.93)          
pnorm(31, 29.11, 0.93, lower.tail = FALSE)

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.