I want to create two different vectors of data which are normal distributions. One which has a a mean value of 0 and variance of 1; one which has a mean value of 0 and variance of 0.25.
Can this be done with rnorm
? If not what is the best way to do this in R?