wham icon indicating copy to clipboard operation
wham copied to clipboard

State-space, age-structured fish stock assessment model

Results 9 wham issues
Sort by recently updated
recently updated
newest added

selectivity$model = "age-specific" without random effects will estimate or fix each age-specific selectivity parameter (estimated as fixed effects) according to specifications of the asap3 dat file or (over-ridden by) selectivity$initial_pars...

bug

I just downloaded the most recent version of WHAM (main branch) and I'm running into the following issue: When I change the input parameters in the simulate() function of a...

This line of code generates the below error when only 1 WAA matrix is included in the ASAP input file Code: https://github.com/timjmiller/wham/blob/6c30301d5b68c2bb0c0330cc4f112432c7950dfd/R/prepare_projection.R#L181 Error: Error in apply(data$waa[, avg.yrs.ind, ], c(1, 3),...

allow user to force different ages to have the same selectivity but still estimated. This can be helpful when selectivity for some ages are inestimable. It is possible outside of...

For example, when considering LPUE or CPUE as indices may wish to use the same selectivity assumptions for the fleet and index. This came up in the Plaice research track...

Line 187 of EGB_WHAM_tjm.R is: > plot_wham_output(mod=m1, out.type='html') This returns the error: Error in plot.xy(xy.coords(x, y), type = type, ...) : object 'yr.col' not found As a temporary fix this...

Line 173 of prepare_wham_input(): temp = asap3$IAA_mats[[i]][, 3 + 1:data$n_ages] requires that all IAA mats have data for all n_ages. However, the NMFS fall survey (that I have at least)...

Problem could be that in models with time-varying M, there's nothing to stop M from being so high that SPR0 is driven very low? In the model I'm looking at,...

bug