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, 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

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)

bayesball/TeachBayes documentation built on Jan. 5, 2020, 1:47 a.m.