Kelli Johnson
Kelli Johnson
Increase the clarity of the following text so it matches what is actually done in `change_f()` https://github.com/ss3sim/ss3sim/blob/78c541808e9bdcb3565fe81bc7161548f23f9df7/vignettes/introduction.Rmd#L368-L371 Thanks to @okenk for bringing this to my attention.
A reference list for papers that have used ss3sim is currently located in the Wiki but it is not updated consistently and I am not sure that it is actually...
## Problem The code for creating parallelism in ss3sim is out of date. ## Proposal No good ideas at the moment. I previously tried to remove the parallel code and...
Currently, the workflow should only be run manually when we know there are changes, as the version will be modified regardless of if there are changes are not. It would...
Create functionality within ss3sim to use sampled data to "externally estimate" parameters and place these in an EM as fixed values. We originally provided this capability for growth. I am...
Consistent, publication-ready graphics would be a great addition to {ss3sim}. @e-gugliotti-NOAA I think your knowledge of {ggplot2} would be helpful here to create a `ggplot2::theme()` that could be added to...
The general `setup_scenarios_defaults()` is based on a random simulation. Instead, users sometimes want the baseline sampling to come from a file. It would be great if we could create `simdf`...
I cannot remember what functions were in [ss-sims](https://github.com/amart/ss-sims) that I thought would be helpful for ss3sim but I think that it pertains to composition data and sampling of that data....
## Goal Allow users to sample over all available categories, e.g., Gender, Part, ... Thanks to @jjkipp for asking for this feature. ## Current The generation of samples is limited...
In the natural mortality paper we found the results changed when the parameter bounds were increased in the EM. We used extremely wide bounds for the EM so that problems...