Dear all, I would like to generate 500 matrices of 20 numbers from standard normal distribution with names x1,x2,x3,â¦.x500.  I tried with loop for, but I donât know how to name matices : for (i in 1:500) {   x[[i]] <- matrix(rnorm(20), 4)    } Any suggestion? Thanks, Blaž [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.