-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
BioDivMapping/pipeline/models/speciesModelRuns.R
Lines 92 to 93 in dc5f65c
| workflow$modelOptions(INLA = list(num.threads = 12, control.inla=list(int.strategy = 'eb', cmin = 0),safe = TRUE), | |
| Richness = list(predictionIntercept = 'ANOData')) |
Error adding ANOData data to predictionIntercept in Richness model. Presumably, this happens when a species group does not have any ANO data.
> workflow$modelOptions(INLA = list(num.threads = 12, control.inla=list(int.strategy = 'eb', cmin = 0),safe = TRUE),
+ Richness = list(predictionIntercept = 'ANOData'))
Error in workflow$modelOptions(INLA = list(num.threads = 12, control.inla = list(int.strategy = "eb", :
predictionIntercept needs to be a name of one of the datasets in the model.
We need a function that finds a relevant dataset for each species group.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels