Thank you Remco for the invaluable help! I understand conceptually your recommendations, but it seems that in BEAUti there is not a straightforward way to set some of these. So I tried editing the XML in some cases and would be grateful if you could inspect what I did.
1) Using fewer categories of the relaxed lognormal clock on geography
I changed the default dimension value of 188 to a fewer one in the following line:
<stateNode id="rateCategories.c:Geo" spec="parameter.IntegerParameter" dimension="188">1</stateNode>
But, which would be a realistic dimension value? I assume this will depend on geographic distance and some expectation about diffusion rate heterogeneity.
2) Setting a gamma distribution for the relaxed clock on geography
I modified the following part of the XML:
<prior id="MeanRatePrior.c:Geo" name="distribution" x="@ucldMean.c:Geo">
<Uniform id="Uniform.0" name="distr" upper="Infinity"/>
</prior>
Instead I set:
<prior id="MeanRatePrior.c:Geo" name="distribution" x="@ucldMean.c:Geo">
<Gamma id="Gamma.0" name="distr">
<parameter id="RealParameter.03" estimate="false" name="alpha">0.5396</parameter>
<parameter id="RealParameter.04" estimate="false" name="beta">0.3819</parameter>
</Gamma>
</prior>
If this is the correct way to do it, I am still puzzled about the values the alpha and beta parameters should have, or in other words, what would be a realistic range for the ulcd mean of the geographic clock.
3) Setting an upper bound in the ucldStDev
This was an easy one! :-)
<parameter id="ucldStdev.c:Geo" lower="0.0" name="stateNode" upper="2.0">0.1</parameter>
Hope you could check these settings and give me some advice about choosing parameters' values. In the meantime I am running 3) and 1) with 50 rate categories.
Thanks again,
Diego