Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goldingn/greta.live

a repo for playing with ideas around live mcmc traceplots
https://github.com/goldingn/greta.live

Last synced: about 1 month ago
JSON representation

a repo for playing with ideas around live mcmc traceplots

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# greta.live

A prototype package for live visualisation of statistical inference for greta models.

For example, we're hoping to add live plotting of an MCMC trace whilst the algorithm is running.

There's nothing here yet though.

## Installation

You can install the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("goldingn/greta.live")
```