From 3cadfb381b1c8c0cf740146a5c34056d87aefa17 Mon Sep 17 00:00:00 2001 From: Tess-LaCoil Date: Mon, 30 Dec 2024 22:29:11 +1100 Subject: [PATCH] Added required libraries back in. --- vignettes/here_be_dragons.Rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vignettes/here_be_dragons.Rmd b/vignettes/here_be_dragons.Rmd index b209ee6..3086047 100644 --- a/vignettes/here_be_dragons.Rmd +++ b/vignettes/here_be_dragons.Rmd @@ -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.