Results 59 comments of Jim Thorson

Sorry, I obviously don't have a good example to show here. I'll work on getting a data set with both static and dynamic covariates for the Wiki. It seems to...

As note to myself: In thinking about this further, I *could* add a new block of code to `make_covariates` around line 47 [here](https://github.com/James-Thorson-NOAA/FishStatsUtils/blob/master/R/make_covariates.R) that fills in NA values in `covariate_data`...

Thanks for revisiting this! But I'm also not sure I'm following. I think it should work if you have a single row for each unique combination of Lat-Lon-Year, with columns...

It sounds be feasible using `ObsModel[2] = 3` instead of `ObsModel[2] = 0`, or `ObsModel[2] = 4` instead of `ObsModel[2] = 1`, and also turning off `FieldConfig[1:2] = 0`. These...

I remember seeing this on some NOAA machines, when the anti-virus would for some reason delete the "fmesher.exe" file used by INLA. could you provide more details about your machine...

what does "doesn't work" mean about installing INLA? I'm guessing that this will need to be sorted via some INLA Q&A resource, but happy to hear a bit more before...

I'm sorry to hear that you both are having this problem, and also that I don't seem to have responded a year ago! I've had this occur on my AFSC...

Hmm. I just ran using the development branch (which I had installed) and it worked fine. you willing to try the devleopment branch of VAST/FishStatsUtils before I dig more?

Do you mind sending me a [minimal reproducible example](https://github.com/nwfsc-assess/geostatistical_delta-GLMM/wiki/How-to-create-a-minimal-example) by email? I continue to encapsulate logical calculations in a single pre-processing step, and recently changed some of the "years with...

Thanks for asking on the issue tracker, I agree this is a good place. Each plotting function like 'plot_index(.)' has an invisible return with the values used to plot. I...