I am using R-studio. I want to generate some random number with a parameter of geometric mean value 5.1 and geomatric standard deviation of 1.2.
What exjact code i should use to do that?
I am using X = rlnorm(10000,meanlog = 5.1,sdlog = 1.2) .
But I dont think its proper code for that. I can not find anything on material available for R.