new.myclt: My Central Limit Theorem function

Description Usage Arguments Details Value Examples

View source: R/newmyclt from Lab 8.R

Description

Plots a histogram of sample means

Usage

1
new.myclt(n, iter)

Arguments

n

size of each sample

iter

number of samples taken

Details

Makes iter random samples of size n of values between 0 and 5 and plots a histogram of the sample means.

Value

a histogram of the sample means

Examples

1
new.myclt(n=10,iter=10000)

sammcdonald9914/math4753d documentation built on April 19, 2020, 6:13 p.m.