> aggregate(bootout$Dhat, list(bootout$Label), mean)
Group.1 x
1 Grid1 151.3114
2 Grid2 15569.1806
3 Grid3 1039898.7671
4 Total 351873.0864
On one analysis I ran it on the Totals were all just the three grid values summed, but the most recent analysis I have run it on (pasted above) appears the total isn't an accumulation, so I don't know if it is effectively running a 'geographic' bootstrap or not.
As a way round to ensure I am getting the right figures - can I take each grid's result and then take the effort weighted mean from them to produce the final result that imitates a bootstrap by replication?
Hope that makes sense - maybe I am over complicating it, but I don't see how I can bootstrap the results any other way.
Best wishes
Jamie
dht2 suggests the strata are not geographic, but I'm not sure what you want. As I understand, the first argument to
bootdht is a ds()object; I've not had experience sending an
dht2 object to bootdht.