Hi all, I am trying to write some exam questions and would like to generate some histograms using fake data. I would like to be able to set the mean and SD for these variables. Does anyone know how to do that? I have tried
but that will not allow me to set the mean and SD to 100 +- 20, for example.
Code:
gen y = rnormal()
Comment