knitr::opts_chunk$set( collapse = TRUE, comment = "#>", message = FALSE )
dlmextra
: Extra functionality for the dlm
packagedlmextra
is only avaialable on Github.
To build and install from Github with vignettes run this command from within R
(please install remotes
first if not already installed):
# install.packages('remotes') remotes::install_github("hojsgaard/dlmextra", build_vignettes = TRUE)
You can also install the package without vignettes if needed as follows:
remotes::install_github("hojsgaard/dlmextra", build_vignettes = FALSE)
See https://github.com/hojsgaard/dlmextra.
See https://hojsgaard.github.io/dlmextra/.
library(dlmextra)
Please find more examples in the other vignettes available at https://hojsgaard.github.io/dlmextra/.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.