Displays a Quantile of a Normal Curve
normal_quantile(prob, normal_pars, Color = "orange")
prob
: probability value of interestnormal_pars
: vector of mean and standard deviation of the normal curveColor
: color of shading in plotggplot2 object containing the graphical display.
Jim Albert
normal_pars <- c(100, 10) prob <- 0.7 normal_quantile(prob, normal_pars)