inst/book/1ed/C-ModelingDependencies/R/randn.R

# randn.R -- version 2010-12-10
randn <- function(m, n) array(rnorm(m * n), dim = c(m, n)) 

Try the NMOF package in your browser

Any scripts or data that you put into this service are public.

NMOF documentation built on Oct. 20, 2023, 9:07 a.m.