Project 3

a simulation study

For Project 3 you will conduct a small simulation study which does one of the following tasks (you can choose!):

  1. conducts a permutation test by simulating behavior under the null hypothesis (you will need to find a dataset and develop a related research question). Please include the full context of the problem. That is, what are the variables and why is testing them interesting? Include a visualization of the original data / variables of interest so that the reader can sense the extent of difference in the original relationship.

  2. develops a lineup protocol for visual inference, as in “Bringing Visual Inference to the Classroom”, (you’ll need to write the function to do the mapping. The ggplot part will be straightforward using faceting.). [That is, you will use a dataset, with a related research question, and test the research question using a series of null plots.]

  3. calculates a probability which is not trivial to estimate without a simulation. For example, simulate room draw!

  4. (needs some background in introductory statistics) investigates the effects of condition violations on a statistical test, as measured by coverage rate, confidence interval width, type I error rate, etc. [That is, your simulation will generate data and assess how often the data reject the null hypothesis or how often the confidence interval captures the true parameter. I’m happy to help with the R code for the statistics on this one!]

Your simulation study should contain the following elements:

Logistics:

Timeline

Mini-Project 3 must be submitted on Canvas (not Gradescope) by 11:59 PM on Wednesday April 2, 2025. You will add a tab to your Quarto webpage for Mini-Project 3 and submit the new page’s URL. [Remember, you should continue to work in your website Rproj. Do not start a new R Project.]

Footnotes

  1. code folding allows the user can see the code if they want to: https://quarto.org/docs/output-formats/html-code.html#folding-code↩︎

Reuse