inst/snippets/Example5.5b.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)
rpruim/Lock5withR documentation built on May 28, 2019, 1:31 a.m.