Open kellijohnson-NOAA opened 8 months ago
An example of what would work as an entry for the spatiotemporal column, which is a concatenation of the spatiotemporal1 and spatiotemporal2 columns
"list('iid','off')"
"c('iid')"
Everything needs to be a string, and if that string contains strings, then single quotes must be used inside of the double quotes, i.e., "iid"
will not work. If anyone knows how to do quosures like how tidyverse style programming does them so we do not have to double quote things, I am all ears.
Is there an existing issue for this?
Current Behavior
The spatial component for the second model needs to be NA for distributions like the tweedie with just one model whereas a delta model needs two configurations for the spatial component.
Expected Behavior
That things work.
Steps To Reproduce
No response
Environment
Anything else?
Should also check that the diagnostics actually work.