Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 597 Bytes

File metadata and controls

11 lines (7 loc) · 597 Bytes

Bootstrap samples exploration

This Shiny app lets you play with bootstrap samples and compare them to regular samples and the original population.

How it works

You select the population parameters and the sample size.

The first sample is bootstraped n times to create the bootstrap sample.

Additionally, another n-1 regular samples are generated and merged with the first sample to create a regular sample as large as the bootstrap sample.

You can compare both the bootstraped sample and the large regular sample with visualizations.