Cole Monnahan
Cole Monnahan
When I tried to run code that worked on V7 with V8 I get the error that X_xtp is not used: https://github.com/James-Thorson/VAST/blob/development/R/make_data.R#L105 I switched my input to `X_gtp` and it...
Sometimes it is nice to be able to plot the extent of the extrapolation region over the top of the data to see any differences. There's not a built in...
When upgrading to V8 and passing a_xl explicitly the warning and stop message https://github.com/James-Thorson/VAST/blob/development/R/make_data.R#L98 do not make sense. `a_gl` is not an argument to `make_data`. It appears the best way...
Often analysts will restart the model from the MLE values to make sure it has found a minimum. From what I hear, this can be important in some cases. For...
Jason Cope has worked on taking SS3 and simplifying them way down to require just the basic bare bones of data but still be an SS3 model. These are useful...
For two reasons: (1) When I used a model that included a random walk on a selectivity parameter, the `get_results` function returned NA. Something must have changed in the structure...
I was getting errors with cases of overdispersed length data and calcomp samples. I will look into this later but for now I recommend switching cpar to NA and just...