njtierney / mmcc

Fast, tidy functions for mcmc diagnostics and summaries, built with data.table
http://mmcc.njtierney.com/
Other
24 stars 5 forks source link

Browse other R packages to make sure I'm not doubling up too heavily #3

Open njtierney opened 8 years ago

njtierney commented 8 years ago

bmk boa mcgibbsit plotMCMC ggmcmc shinystan

njtierney commented 8 years ago

Only plotMCMC and ggmcmc contain vignettes.

Shinystan seems like the main thing this package will come up against. Let's see how it goes.

boa seems nice, but it is a menu driven system, and provides a lot of extra assistance to users. This package will be a bit different to that, as its main goal is speed, first, and prettiness second.

njtierney commented 8 years ago

Just note keeping.

njtierney commented 8 years ago

Aha! Rasmus Baath is all over it:

http://www.sumsar.net/blog/2015/12/bayes-js-a-small-library-for-doing-mcmc-in-the-browser/

njtierney commented 7 years ago

Looks like MCMCvis does some good work as well, although it technically isn't in the tidy data way of doing things.

njtierney commented 7 years ago

Here's a blog post from MCMCvis

samclifford commented 7 years ago

I can't believe you missed https://github.com/bragqut/tidymcmc. Is there a reason you're using data.table instead of tibbles? The way it handles large data objects? Do we want to merge tidymcmc::tidy.mcmc.list() into this package and provide an alternative set of tidyverse-inspired tools for dealing with mcmc.list objects?

njtierney commented 7 years ago

Sorry mate! your tidymcmc was the whole inspiration for this.

I'm using data.table instead of a tibble because it needs to be able to handle large objects (e.g., 20K samples * 2K observations).

I would love to merge tidymcmc::tidy.mcmc.list() into this, I think this would be a really fun / needed project.

samclifford commented 6 years ago

Has this lapsed? Given tidymcmc has been merged in it feels like we can close this.

njtierney commented 6 years ago

note quite lapsed, this is an issue to collect related packages and resolve / discuss overlap.

samclifford commented 5 years ago

Seen this? https://github.com/mjskay/tidybayes

njtierney commented 3 years ago

https://github.com/stan-dev/posterior