https://github.com/cran/mcmcse
Raw File
Tip revision: c7bc2c7d2e4c00311389025ff9421245488438bc authored by Dootika Vats on 09 September 2021, 06:40:02 UTC
version 1.5-0
Tip revision: c7bc2c7
README.md
# mcmcse
An R package for computing Monte Carlo standard
errors (MCSE) in Markov chain Monte Carlo (MCMC) settings. MCSE
computation for expectation and quantile estimators is
supported as well as multivariate estimations. The package also provides 
functions for computing effective sample size and for plotting
Monte Carlo estimates versus sample size.


# Installation
This R package is on CRAN, and its preferred URL being https://CRAN.R-project.org/package=mcmcse.

To download this development repo,  through the the `devtools` package:

```{r}
# install.packages("devtools")
library(devtools)
devtools::install_github("dvats/mcmcse")
```
# Citation
Please run `citation("mcmcse")` after loading the package for citation details.
back to top