What This Document Is
This document is a review guide designed to prepare students enrolled in Montana State University’s Introduction to Statistics (STAT 216Q) course for their first exam. It centers around a provided dataset – “ExamReviewData.csv” – containing information collected from adult island residents regarding music preference, puzzle-solving speed, and physiological responses to caffeine. The review guide poses questions that require analysis of this data.
Why This Document Matters
This review is crucial for students aiming to assess their understanding of foundational statistical concepts covered in the first portion of the course. It’s intended to be used *in conjunction with* an accompanying R script file (“Exam 1 Review R”) to perform data analysis and interpret results. Students will likely use this review in the days leading up to Exam 1 to identify areas needing further study.
Common Limitations or Challenges
This document is *not* a comprehensive statistics textbook or a substitute for attending lectures. It assumes familiarity with basic statistical terminology and R programming. The review questions are designed to be answered using the provided dataset and script, meaning students need access to those resources to fully benefit. It does not provide detailed explanations of statistical methods.
What This Document Provides
The full document includes:
* A description of the variables within the “ExamReviewData.csv” dataset.
* Review questions focused on identifying observational units, classifying variables as categorical or quantitative, and recognizing potential biases in the study design (specifically, non-response bias).
* A starting point for using R to analyze the data, including example code for filtering the dataset and calculating counts for categorical variables.
* A research question (“Is the proportion of married Islanders greater than 50%?”) to guide data exploration.
This preview *does not* include the solutions to the review questions, the complete R script, or the full dataset. It also does not demonstrate the complete R analysis for the research question.