Skip to content

Commit

Permalink
fix: use correct way of getting tmb output
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA authored and Andrea-Havron-NOAA committed Jun 12, 2024
1 parent e12e353 commit 4539fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/fims-demo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ print(opt)
```{r tmb_report}
sdr <- TMB::sdreport(obj)
sdr_fixed <- summary(sdr, "fixed")
report <- obj$report()
report <- obj$report(obj$env$last.par.best)
print(sdr_fixed)
Expand Down

0 comments on commit 4539fc4

Please sign in to comment.