Simulating data with random() formula
Hi,If I have a column of data (A) and want to simulate a test result on that column (from a normal distribution(SD of 10 and mean = the number in column A), can someone confirm it is right to do it with the following formula:Random norma()*10+AIf it's not, how can I do it?also, is there a way to enter the SD a RSD(%)??Thanks!Agnès