myChiSim: Chi-Square distribution function

View source: R/myChiSim.R

myChiSimR Documentation

Chi-Square distribution function

Description

This function will create a histogram with annotation using the Chi-Square distribution. The histogram will include a density plot and a theoretical curve.

Usage

myChiSim(n1 = 10, sigma1 = 3, mean1 = 5, iter = 1000, ymax = 0.1, ...)

Arguments

n1

integer representing sample size

sigma1

integer representing standard deviation

mean1

integer representing mean

iter

integer representing number of iterations

ymax

decimal or integer representing maximum y value

...

additional arguments


josephhgrimes/MyPackage documentation built on March 31, 2022, 3:22 a.m.