normal_quantile.RdDisplays a Quantile of a Normal Curve
normal_quantile(prob, normal_pars)
| prob | probability value of interest |
|---|---|
| normal_pars | vector of mean and standard deviation of the normal curve |
Displays the quantile of a normal curve corresponding to a specific probability value
parameters <- c(100, 10) prob_value <- 0.7 normal_quantile(prob_value, parameters)