rpl is a package that implements a randomized pairwise likelihood approach to enable computationally efficient statistical inference, including the construction of confidence intervals, in cases where the full likelihood is too complex to be used (e.g., multivariate count data).
We begin by loading the necessary packages for this vignette.
knitr::opts_chunk$set(dev='png')
library(rpl)
To illustrate, we begin by simulating some data ... TODO.
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.