myncurve: Plot Normal Curve and Probability

Description Usage Arguments Examples

View source: R/myncurve.R

Description

takes mu and sigma and plots the Normal curve with a shaded area between the curve and x axis from negative infinity to x=a. It also calculates the probability, P(X<=a)

Usage

1
myncurve(mu, sigma, a)

Arguments

mu

Number

sigma

Number

a

Number

Examples

1
myncurve(3, 5, 4)

Nathanv97/vand6485 documentation built on May 7, 2020, 1:06 p.m.