I fully agree that it’s nicer to have the utility/loss statistic and p_loo on the same scale. But I’m stuck with the Deviance scale for my present project. Therefore I’d like to know how to calculate mcse_looicdiff. I’m currently using a home-made function for my model comparisons which calculates this mcse_looicdiff as
MCSE_LOOICDIFF = \sqrt{(2*\text{MCSE_LOO}_a)^2 + (2*\text{MCSE_LOO}_b)^2}
and I sure hope that someone more skilled at math/stats can confirm whether this is correct, lest I suffer public humiliation after the study goes to print.
EDIT: I’d also like to know, regardless which scale we use, whether the Central Limit Theorem can reasonably be assumed to apply to the variability of MCSE_DIFF/MCSE_LOOICDIFF.