- This topic has 1 reply, 1 voice, and was last updated 4 years, 3 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
You must be logged in to reply to this topic. Login here
I followed the instruction in chapter 6 and coded as below. I got all the values but none for the plot (a single plot for the values of an index of social deprivation and an index of social fragmentation). I got the individual plot already: one for social deprivation and one for fragmentation. However, should I get another plot (similar to 6.7 in chapter 6) for the combined covariates? Please kindly suggest or let me know if I misunderstood. Thank you so much.
formula.eco.reg <- y ~ 1 + x1 + x2 + f(ID,model=”bym”, graph=LDN.adj)
mod.eco.reg <- inla(formula.eco.reg,family=”poisson”,
data=data.suicides,E=E,
control.compute=list(dic=TRUE))
Hello, I got it already. Thank you so much.
You must be logged in to reply to this topic. Login here