Hej!!!

R build status codecov.io

Installation

dlmextra 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)

Online documentation

See https://hojsgaard.github.io/dlmextra/.

Brief introduction

library(dlmextra)

Please find more examples in the other vignettes available at https://hojsgaard.github.io/dlmextra/.