I am working with a normal distribution where 10% of the data is above a length0 and 5% below a length1.
I have been trying to use the functions sample
and dnorm
in different ways but since I do not have the minimum and maximum values or the average of them, the samples do not give me much confidence. Is there any form / function that allows me to generate a reliable sample with this data?