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!):
conducts a permutation test by simulating behavior under the null hypothesis (you would need to find a dataset and develop a related research question).
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 would be straightforward using faceting.). [That is, you would use a dataset, with a related research question, and test the research question using a series of null plots.]
calculates a probability which is not trivial to estimate without a simulation. For example, simulate room draw!
(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 would 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:
- at least 1 function you’ve written
- at least 1
map()
variant - at least 1 illustrative, well-labeled plot
- a description of what insights can be gained from your plot(s)
Logistics:
- start by describing what you plan to do (3-4 sentences). end with a description of what you did (3-4 sentences). That is, use words to guide the reader through your analysis.
- please include all your code used in the analysis.
- make sure that all graphs are well-labeled (including x and y axes, title of the graph, and accurate and succinct labels for color and fill).
- do not include superfluous error or warning messages.
- include a few sentences describing each of your plots or tables. That is, tell the reader what they see when they look at the plot. Your narrative description should be in the text part of the qmd file, not as a comment in an R chunk.
- if you used data, include the source of the data. Include not only where you got the data (e.g., the TidyTuesday URL) but also the original provenance of the information.
Timeline
Mini-Project 3 must be submitted on Canvas (not Gradescope) by 11:59 PM on Wednesday October 30. You will add a tab to your Quarto webpage for Mini-Project 3 and submit the new page’s URL.
:::