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
I'm working my way through the Model builder tutorial. After launching the Shiny app in this section, I follow the instructions in the tutorial. I go to the Features tab and toggle the cases checkmark. Then, under the Model tab, I click Run, and I get this error:
*** inla.core.safe: The inla program failed, but will rerun in case better initial values may help. try=1/1
Loading required package: INLA
Loading required package: Matrix
This is INLA_24.11.07-4 built 2024-11-07 10:56:07 UTC.
- See www.r-inla.org/contact-us for how to get help.
- List available models/likelihoods/etc with inla.list.models()
- Use inla.doc(<NAME>) to access documentation
Warning in iinla(model = info[["model"]], lhoods = info[["lhoods"]], options = info[["options"]]) :
iinla: Problem in inla: Error in inla.core.safe(formula = formula, family = family, contrasts = contrasts, :
The response for family[1] is not of type 'numeric|list|matrix'; don't know what to do.
The inla program failed and the maximum number of tries has been reached.
iinla: Problem in inla: 1: workRSOCK()
2: workLoop(makeSOCKmaster(master, port, setup_timeout, timeout,
useXDR, setup_strategy))
3: workCommand(master)
4: tryCatch({
msg <- recvData(master)
if (msg$type == "DONE") {
closeNode(master)
FALSE
}
else if (msg$type == "EXEC") {
success <- TRUE
handler <- function(e) {
success <<- FALSE
structure(conditionMessage(e), class = c("snow-try-error",
"try-error"))
}
t1 <- proc.time()
value <- tryCatch(do.call(msg$data$fun, msg$data$args,
quote = TRUE), error = handler)
t2 <- proc.time()
[... truncated]
iinla: Giving up and returning last successfully obtained result for diagnostic purposes.
Warning: Error in create_prediction_field: var_b must be provided for predicted_mean_fields plot
82: stop
81: create_prediction_field
80: <reactive>
64: prediction_field
63: <reactive>
47: z_values
46: ::
shiny
observe
45: <observer>
2: shiny::runApp
1: fdmr::model_builder
I think the issue is that the variable "UtlaName" (and also MSOA11CD) is a string variable. INLA (and inlabru) does not accept them for this purpose. I suggest we no longer offer non-numeric/non-logical variables to be selected as model/exposure variables or features.
Hi there,
I'm working my way through the Model builder tutorial. After launching the Shiny app in this section, I follow the instructions in the tutorial. I go to the
Features
tab and toggle thecases
checkmark. Then, under theModel
tab, I clickRun
, and I get this error:Am I missing something?
breadcrumb
The text was updated successfully, but these errors were encountered: