You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call inla.stack to join the response variables with the needed extra NA:s (already available)
Call inla.mdata, inla.surv or nothing, on the corresponding column (or list element) of the NA-expanded columns from the stack, and join the results into a list.
Each special response class will likely need its own wrapper likelihood method in inlabru (like the "cp" Cox Process model implementation) since inlabru needs to do the actual calling of the special functions, not the user; they can only be called after joining the models (or special code to alter already created objects would be needed).
It will be more complicated if the other arguments to inla.mdata and inla.surv also need extra handling.
The text was updated successfully, but these errors were encountered:
Code example from Haavard Rue for how to combine special response objects and multi-likelihood models in inla:
It looks like what inlabru needs to do is to
Each special response class will likely need its own wrapper likelihood method in inlabru (like the "cp" Cox Process model implementation) since inlabru needs to do the actual calling of the special functions, not the user; they can only be called after joining the models (or special code to alter already created objects would be needed).
It will be more complicated if the other arguments to inla.mdata and inla.surv also need extra handling.
The text was updated successfully, but these errors were encountered: