normal_quantile function

Displays a Quantile of a Normal Curve

Displays a Quantile of a Normal Curve

normal_quantile(prob, normal_pars, Color = "orange")

Arguments

  • prob: probability value of interest
  • normal_pars: vector of mean and standard deviation of the normal curve
  • Color: color of shading in plot

Returns

ggplot2 object containing the graphical display.

Author(s)

Jim Albert

Examples

normal_pars <- c(100, 10) prob <- 0.7 normal_quantile(prob, normal_pars)