Pacific-salmon-assess / samSim

3 stars 0 forks source link

naming gamma parameter in input file. #21

Closed catarinawor closed 2 years ago

catarinawor commented 2 years ago

The survival covariate coefficient is called coef1 in the CUpar input file, but it is called gamma in samSim, and lso called gamma in the mcmc ricPars input file. Maybe it would be good to call it gamma everywhere for consistency? Also, coef1 gets read in twice here and here but only the first instance (i.e. gamma) is used in samSim.

krHolt commented 2 years ago

I have changed the name of coef1 to gamma in both the input files and the code, and gamma is now only read in once :)