Understanding LOOIC

For looic, lower numbers are better. What you want is to compare the looic values of other models. having same data, likelihood (and seed). If you look at your comparison, elpd_diff equals -1.9, that is the difference between the two models and the difference se_diff is 0.3 is significant, because:

0 \notin[ - 1.9 - 0.3 , -1.9 + 0.3 ]
looic = -2 * elpd_{loo}

p_loo is explained in detail here:

1 Like