norm.sim: Simulation for the Normal Distribution

View source: R/ch9-fn.R

norm.simR Documentation

Simulation for the Normal Distribution

Description

Simulation for the Normal Distribution

Usage

norm.sim(ns, mu = 0, sig = 1, N = 10000, ng = 50, seed = 9857,
  dig = 4)

Arguments

ns

Sample size

mu

Expected value, Default: 0

sig

Standard deviation, Default: 1

N

Number of iterations, Default: 10000

ng

Number of classes in histogram, Default: 50

seed

Seed value for generating random numbers, Default: 9857

dig

Number of digits below the decimal point, Default: 4

Value

None.

Examples

norm.sim(ns=10, mu=100, sig=10, N=10000)

adoocavo/Rstat_M1 documentation built on March 19, 2022, 3:34 a.m.