Getting Started with Statistics 224
Welcome to Statistics 224! This guide will help you get up and running quickly.
📚 What You'll Learn
In this course, you'll master:
- Statistical inference - Drawing conclusions from data
- Hypothesis testing - Making decisions with data
- Effect sizes - Understanding practical significance
- R programming - Industry-standard statistical software
- Data analysis - Real-world problem solving
🎯 Course Structure
1. Foundational Concepts
Build intuition about sampling distributions and statistical inference
2. Parametric Tests
Master t-tests, ANOVA, and regression analysis
3. Non-Parametric Tests
Learn alternatives when assumptions fail
4. Categorical Data Analysis
Analyze frequencies and proportions with chi-square tests
🚀 Quick Start Steps
Step 1: Set Up R
→ Follow the R Setup Guide
Step 2: Try Interactive Modules
→ Explore the Coffee Simulation to build intuition
Step 3: Learn the Decision Process
→ Use the Decision Tree to choose tests
Step 4: Start Analyzing
→ Follow the definitive workflows for each test
📖 How to Use This Documentation
Navigation Tips
- Use the search bar (top) to find topics instantly
- Left sidebar shows all sections - click to expand
- Code blocks have copy buttons (top-right)
- Links to modules open in new tabs
For Learning
Start with foundational concepts, work through examples sequentially
For Reference
Use search to find specific tests or procedures quickly
For Assignments
- Check Which Test?
- Go to that test's workflow
- Copy and adapt the R code
- Check Effect Sizes for interpretation
🎓 Interactive Learning
Hands-On Practice
Don't just read - interact! Our browser-based modules provide:
- Immediate feedback
- Visual demonstrations
- Experimentation without consequences
- Self-paced learning
Start here: Coffee Simulation
📊 Essential Resources
Must-Know Pages
- Decision Tree - Choose the right test
- Effect Sizes - Interpret your results
- Interactive Modules - Practice with feedback
Test Workflows
- T-Tests - Compare means
- ANOVA - Compare 3+ groups
- Regression - Predict outcomes
⚠️ Common Mistakes to Avoid
Watch Out For
- Forgetting to check assumptions
- Using wrong test for data type
- Ignoring effect sizes
- Not understanding what p-values mean
- Claiming causation from correlation
We'll help you avoid these! Each workflow has troubleshooting sections.
💡 Success Tips
- Start early - Statistics takes time to sink in
- Use the modules - Hands-on beats passive reading
- Check assumptions - Every test has requirements
- Interpret effect sizes - Not just p-values
- Ask questions - Use office hours
🆘 Getting Help
Quick Help
- Search this documentation
- Check test-specific troubleshooting sections
- Try relevant interactive module
Need More Support
- Office hours
- Study groups
- Course discussion board
✅ Your First Assignment
Try this to get comfortable:
- Set up R/Posit Cloud
- Complete Coffee Simulation module
- Read through one test workflow
- Run the example code
- Check effect size interpretation
Time estimate: 1-2 hours
Ready to begin? → Set Up R | Try Interactive Modules