by johnr » Thu Feb 21, 2013 4:57 am
Hi Naji
There is no literature on this that I am aware of, though I have both seen and used a number of different strategies over the past few years.
What many do is use an orthogonal design or an efficient design assuming zero priors for the pilot. What I typically do however is use Bayesian priors assuming a uniform distribution. This way you can control the sign, and account for ordinal nature of the priors. For example
b1[(u,-1,-0.5)]*X1[0,1,2] + b2[(u,-0.5,0)]*X2[0,1,2]
assumes that both priors are negative, and that b1 will be more so than b2.
The less information you have about the priors, the wider you can make the bounds of the distributions, though I would caution you about doing this too much. It can have some very undesirable effects. Firstly, the wider the bounds, the less efficient the design will tend to be, the greater the sample size. Secondly, I had one experience where I assumed priors that were not close to zero (see b1 above) with quite wide bounds and when I collected the data, due to a whole bunch of reasons (scale for example), the parameters when estimated were actually close to zero in magnitude (though significant). Hence, I would have been better off in that case using an orthogonal design generated under the null hypothesis.
I would be interested to hear other peoples experiences and how they handle this issue also.
John