myncurve: Normal curve from negative infinity to a.

Description Usage Arguments Value Examples

View source: R/myncurve.R

Description

Normal curve from negative infinity to a.

Usage

1
myncurve(mu, sigma, a)

Arguments

mu

The mean of the normal distribution.

sigma

The standard deviation of the normal distribution.

a

The x value that you want to draw the curve up to.

Value

Outputs a graph with the normal curve shaded from negative infinity to a and the area in that interval.

Examples

1
## Not run: myncurve(0, 1, .5)

ShilohBeeler/shilohMATH4753 documentation built on Nov. 21, 2020, 9:10 a.m.