The CZPoisson R package is designed to replicate Catherine Loader's dpois implementation to calculate the approximate Poisson distribution. For a description of the methods available and some simple examples, please see the package vignette or the R documentation. For installation help, see below.
The CZPoisson package can be installed using the devtools package. The following code when executed in R will get you started:
install.packages("devtools")
library(devtools)
install_github("cynzajac/CZPoisson")
library(CZPoisson)
Note that some versions of devtools do not install all dependencies, so one may need to install those using install.packages() first if there is an error.
You can additionally view the package help or vignette in R:
- ?CZPoisson
- vignette("CZPoisson-package")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.