Skip to content

vizdraws creates interactive visualizations using draws from a prior and posterior distributions.

Notifications You must be signed in to change notification settings

meh2135/vizdraws

 
 

Repository files navigation

vizdraws

vizdraws creates interactive visualizations using draws from a prior and posterior distributions.

CRAN_Status_Badge Downloads Downloads_grand-total

Installation

install.packages('vizdraws')

The latest development version can be installed from github:

# install.packages("remotes")
remotes::install_github('ignacio82/vizdraws')

Example

This is a example which shows you how to how to visualize the transition from the prior to the posterior:

library(vizdraws)
set.seed(9782)
vizdraws(prior = rnorm(10000, 0, 1), posterior = rnorm(10000, 1.1, 0.5), MME = 0.5, threshold = 0.8)

Notes

The bell-curve icon was created by Davo Sime.

About

vizdraws creates interactive visualizations using draws from a prior and posterior distributions.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 67.4%
  • R 27.1%
  • CSS 5.5%