Closed timcdlucas closed 7 years ago
inla.model <- inla(formula, family = 'binomial', data = inla.stack.data(inla_point_stack, spde_full = spde_full), Ntrials = examined, control.family = list(link = "probit"), control.predictor = list(A = inla.stack.A(inla_point_stack), compute=TRUE, link = 1) ) autoplot(inla.model, which = 1, priors = T)
errors. Not sure why. This is the model with crazy posteriors.
Think I was specifying this model wrong.
errors. Not sure why. This is the model with crazy posteriors.