Skip to content

Commit

Permalink
Added required libraries back in.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tess-LaCoil committed Dec 30, 2024
1 parent bf1acfc commit 3cadfb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vignettes/here_be_dragons.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ library(hmde)
library(dplyr)
library(ggplot2)
library(deSolve)
library(mixtools)
library(MASS)
```

This vignette demonstrates an interaction between errors from numerical integration methods and MCMC sampling that produces a bimodal posterior distribution as a result of numerical error. We stumbled across the problem and are documenting it here, but account for it in the package through either using analytic solutions, or numerical methods with adaptive step sizes where analytic solutions are not available.
Expand Down

0 comments on commit 3cadfb3

Please sign in to comment.