Learn R Programming

TeachBayes (version 0.1.0)

normal_quantile: Displays a Quantile of a Normal Curve

Description

Displays a Quantile of a Normal Curve

Usage

normal_quantile(prob, normal_pars)

Arguments

prob
probability value of interest
normal_pars
vector of mean and standard deviation of the normal curve

Value

Displays the quantile of a normal curve corresponding to probability prob

Examples

Run this code
  parameters <- c(100, 10)
  normal_quantile(.7, parameters)

Run the code above in your browser using DataLab