inst/snippets/pnorm.R

pnorm(650, 500, 100)                     # proportion who score below 650 on SAT
1-pnorm(650, 500, 100)                   # proportion who score above 650 on SAT
pnorm(650, 500, 100) - pnorm(400, 500, 100)  # proportion who score between 400 and 650 on SAT

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.