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

ggplot2 object containing the graphical display.

Author(s)

Jim Albert

Examples

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

ProbBayes documentation built on March 13, 2020, 1:31 a.m.