Skip to content

Commit

Permalink
Remove double reporting of DM fishery in Parameter appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrandin committed Mar 3, 2020
1 parent ab618e8 commit 130a32c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/tables-parameters.R
Original file line number Diff line number Diff line change
Expand Up @@ -821,9 +821,9 @@ make.long.parameter.estimates.table <- function(model,
## Add Dirichlet-Multinomial parameter
## currently only 1 value so calc.meds doesn't work due to
## getting a vector instead of a data.frame with names in header
dm <- data.frame(param = "ln(EffN_mult)_1",
p.med = median(mc$`ln(EffN_mult)_1`))
df <- rbind(df, dm)
# dm <- data.frame(param = "ln(EffN_mult)_1",
# p.med = median(mc$`ln(EffN_mult)_1`))
# df <- rbind(df, dm)

## Add all Early_InitAge parameters
ei <- mc[,grep("Early_InitAge_[0-9]+", mc.names)]
Expand Down

0 comments on commit 130a32c

Please sign in to comment.