Skip to content

shiny app for exploring sampling distribution of various statistics

Notifications You must be signed in to change notification settings

strennr/samplingShiny

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Demonstrating Sampling Distributions for Various Statistics and Populations

This shiny app is based on the Distribution of Sample Means shiny app written by Ian Stevenson [https://ihstevenson.shinyapps.io/sample_means/].

There are some things that break this app, for instance try typing mean <- 70 at the command prompt before you run the app. It is best to clear the workspace before running the app. You can clear the workspace and run the app locally using this code:

rm(list=ls()) )
require(shiny)
runGitHub("samplingShiny,"DataScienceUWL")

If you can make help make the app more robust, then please share!

About

shiny app for exploring sampling distribution of various statistics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%