knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
# automatically create a bib database for R packages
# list all R packages that are required by LEM model at this point
knitr::write_bib(c(
  .packages(), 'bookdown', 'knitr', 'rmarkdown', 'dplyr', 'truncnorm', 
                           'lhs', 'IMIS', 'matrixStats',
                           'plotrix', 'psych', "survival",
                           "scatterplot3d", "reshape2",
                           "BiocManager", "devtools",
                           "shiny", "rstudioapi", 'nlme'
), 'packages.bib')
library(NAME)
l_params_all <- load_all_params()

The OUD model {-}

BLAH BLAH

State-transition diagram of the model. \label{fig:model-diagram}

Overdose decision tree. \label{fig:overdose}

References {-}



benenns/OUD-Model documentation built on Dec. 15, 2024, 3:52 a.m.