Allan Hicks
Allan Hicks
For the SS class at UW this spring, we had a similar issue (I think) with the M2 chips. @jimianelli was able to compile a version that worked on these...
I'm very glad to see this issue being discussed. I understand that a dev vector is an issue in MCMC when using ADMB, but when the recruitment deviates do not...
That sounds reasonable. I imagine that N is the number of years in the main period. Should the se = sigmaR/sqrt(N)? It will be interesting to see what the behavior...
I think that the Ensemble package that I have (not) been working on would be useful, especially more complex parameterizations (like risk 2019 < 2018). https://github.com/allanhicks/Ensemble This will be a...
I created a branch called RiskTableDevelopment which contains one additional file called [riskMetrics.R](https://github.com/r4ss/r4ss/blob/RiskTableDevelopment/R/riskMetrics.R). It uses the [Ensemble Package](https://github.com/allanhicks/Ensemble) and is currently coded only for some simple metrics. To do: -...
I started working on a shiny implementation for selectivity. How would you like me to upload this example? Shiny requires a folder containing server.R and ui.R, plus the call to...
THanks guys. I created a branch called Shiny_ach with a Shiny folder in inst. Try this code (you may have to load the shiny library). devtools::install_github("r4ss/r4ss", ref="Shiny_ach") #library(shiny) selShapes
I updated the Shiny functions for selectivity functions (#283) in the Shiny_ach branch. Many thanks to @Andrea-Havron for getting the double normal to work. I updated the ui and server...
Good point @k-doering and thanks for testing. The ui could use a lot of work, but a simple explanation or help page would be useful. Note, that to return your...