I've had a couple requests for this including from @maxlindmark. Presumably we'd calculate them in the 2nd model's link space. A current workaround is to use the 'nsim' argument and combine the two components.
I.e., enable SEs with predict(fit, re_form = NA, se_fit = TRUE, model = NA, type = "link") from a delta model.
I've had a couple requests for this including from @maxlindmark. Presumably we'd calculate them in the 2nd model's link space. A current workaround is to use the 'nsim' argument and combine the two components.
I.e., enable SEs with
predict(fit, re_form = NA, se_fit = TRUE, model = NA, type = "link")
from a delta model.