normal_quantile: Displays a Quantile of a Normal Curve

Description Usage Arguments Value Author(s) Examples

View source: R/normal_quantile.R

Description

Displays a Quantile of a Normal Curve

Usage

1
  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 a specific probability value

Author(s)

Jim Albert

Examples

1
2
3
  parameters <- c(100, 10)
  prob_value <- 0.7
  normal_quantile(prob_value, parameters)

TeachBayes documentation built on May 1, 2019, 9:17 p.m.