rnorm_fixed: Create a normal random variable of a given length with fixed...

View source: R/rnorm_Fixed.R

rnorm_fixedR Documentation

Create a normal random variable of a given length with fixed mean and standard deviation

Description

Create a normal random variable of a given length with fixed mean and standard deviation

Usage

rnorm_fixed(n, mu = 0, sigma = 1)

Arguments

n

Number of observations

mu

mean

sigma

standard deviation

Examples

rnorm_fixed(100, mu = 0, sigma = 1)

prox9974/soc429Code documentation built on June 16, 2022, 3:41 a.m.