Learn R Programming

tensr (version 1.0.2)

rsan: Standard normal array.

Description

Generate an array of iid standard normal variables.

Usage

rsan(dim)

Arguments

dim

a vector of positive integers.

Author

Peter Hoff.

Details

This functions generates an array of dimension dim filled with iid standard normal variables.

Examples

Run this code
tensr:::rsan(c(5,4,3))

Run the code above in your browser using DataLab