Learn R Programming

ADtools (version 0.5.4)

randn: Generate a matrix randomly from a normal distribution

Description

Generate a matrix randomly from a normal distribution

Usage

randn(..., mean = 0, sd = 1)

Arguments

...

Any number of dimensions.

mean

vector of means.

sd

vector of standard deviations.