Skip to content

Commit

Permalink
fixed demo
Browse files Browse the repository at this point in the history
  • Loading branch information
msupernaw committed Nov 17, 2024
1 parent 8b0dbda commit 1496ce5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/fims-demo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ Here, we define specifications for fleets, recruitment, growth, and maturity mod
fleet1 <- survey1 <- list(
selectivity = list(form = "LogisticSelectivity"),
data_distribution = c(
Index = "TMBDlnormDistribution",
AgeComp = "TMBDmultinomDistribution"
Index = "DlnormDistribution",
AgeComp = "DmultinomDistribution"
)
)
Expand All @@ -74,7 +74,7 @@ default_parameters <- fims_frame |>
fleets = list(fleet1 = fleet1, survey1 = survey1),
recruitment = list(
form = "BevertonHoltRecruitment",
process_distribution = c(log_devs = "TMBDnormDistribution")
process_distribution = c(log_devs = "DnormDistribution")
),
growth = list(form = "EWAAgrowth"),
maturity = list(form = "LogisticMaturity")
Expand Down

0 comments on commit 1496ce5

Please sign in to comment.