myncurve: my probability curve function

View source: R/functions.R

myncurveR Documentation

my probability curve function

Description

uses mean and sd to create normal distribution, calculates probability below a and shows as shaded region and prints value to console

Usage

myncurve(mu, sigma, a)

Arguments

mu

average of distribution

sigma

sd of distribution

a

upper limit for probability, filled region

Value

plot of norm distribution w/ filled region, probability as list

Examples

myncurve(5, 2, 3)


nbcastle/MATH4753cast0059 documentation built on May 3, 2022, 8:21 p.m.