I'm struggling to generate a completely accurate normal distribution in R.
The command rnorm(n, mean, sd) creates a sample drawn from a normal distribution, but the mean and sd are rarely exactly what is specified in the command(even at very high sample size). How should I go about generating a population with an exact mean/sd?
Thanks in advance.