This repository contains files related to two statistics projects. The first project, "Compute Statistics from Card Draws" is a descriptive statistics project that involved drawing cards from a deck at random, reporting statistics, and making predictions. The second, "Test a Perceptual Phenomenon", is an inferential statistics project in which I conducted a hypothesis test to analyze the Stroop effect, the result of a classic psychological experiment.
Files related to descriptive statistics project:
Card Statistics Histograms.Rmd- code used to generate histograms pictured in reportCompute Statistics From Card Draws.pdf- report containing sampling results and predictionscard_statistics.csv- data from sampling used to calculate measures of central tendency and variability
Files related to inferential statistics project:
References.rtf- a list of web sites referred to or used in this projectTest a Perceptual Phenomenon Report.pdf- report describing experiment, testing process, and resultsstroop_effect.Rmd- code used to generate histograms pictured and described in reportstroopdata copy.csv- data of experiment samples used to calculate standard error, t-statistic, and confidence interval