Iteration in R
On Dec 3, 2011, at 1:10 PM, Martin Zonyrah wrote:
Hi, I need help. I am trying to iterate this command x <- rnorm(100, 1.0, 2.0) one hundred times in R but I don't seem to have a clue.
?replicate
== David Winsemius, MD West Hartford, CT