This package contains a Shiny app to visualize sampling distributions of several statistics. To install the package
# install.packages("remotes")
remotes::install_github("tomicapretto/samp")
And you just run the app with
samp::launch()
This is a simple demonstration of how you can use the app.
You can also see a live version of the app here.
The objective of this application is to enable people to explore sampling distributions of several statistics computed with samples coming from arbitrary mixtures of probability distributions.
Choose one distribution at a time from the input on the left panel and click on +. This will add the distribution to the mixture and insert inputs to tune its parameters as well as the weight it has in the mixture. You can repeat this process as many times as you want, adding a new distribution to the mixture in each time.
Just see the interactive charts and make up your conclusions!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.