Suppose in equation (1) below, d = .99
. Also, sd = 1.2
. Desirably, 5+(.1*5) <= m1 <= 5+(.5*5)
, and 5 <= m2 <= 5+(.3*5)
Equation (1): d = (m1-m2) / sd
Question
There surely are many possible answers for m1
and m2
. But in R, how can I obtain the possible answers for m1
and m2
that fall within the range of m1
and m2
that I specified above (This is why I used "Desirably" above)?