-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
101 lines (69 loc) · 4.52 KB
/
index.qmd
File metadata and controls
101 lines (69 loc) · 4.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
## Class schedule {.unnumbered}
| Date | Time | Location |
|---------------|-------------------|------------|
| Mon, Aug. 18 | 1:00 PM - 5:30 PM | [RLP](https://utdirect.utexas.edu/apps/campus/buildings/information/nlogon/maps/utm/rlp/) 2.606 |
| Tue, Aug. 19 | 1:00 PM - 5:30 PM | [RLP](https://utdirect.utexas.edu/apps/campus/buildings/information/nlogon/maps/utm/rlp/) 2.606 |
| Wed, Aug. 20 | 9:00 AM - 12:00 PM | [RLP](https://utdirect.utexas.edu/apps/campus/buildings/information/nlogon/maps/utm/rlp/) 1.302D|
| | 1:00 PM - 4:30 PM | [BAT](https://utdirect.utexas.edu/apps/campus/buildings/nlogon/maps/UTM/BAT/) 5.108 |
| Thu, Aug. 21 | 9:00 AM - 12:00 PM | [RLP](https://utdirect.utexas.edu/apps/campus/buildings/nlogon/maps/utm/rlp/) 3.106 |
| | 1:00 AM - 4:30 PM | [RLP](https://utdirect.utexas.edu/apps/campus/buildings/nlogon/maps/utm/rlp/) 3.106 |
We'll take short breaks periodically during the morning and afternoon sessions as needed.
## Description {.unnumbered}
Welcome to Introduction to Methods for Political Science, aka "Methods Camp"! Methods Camp is designed to give everyone a chance to brush up on some skills in preparation for the introductory Statistics and Formal Theory courses. The other goal of Methods Camp is to allow you to get to know your cohort. We hope that matrix algebra and the chain rule will still prove to be good bonding exercises!
As you can see from the above schedule, we'll be meeting on Monday, August 18th, through Thursday, August 21st. Classes at UT begin the start of the following week on Monday, August 25th. Below is a tentative schedule outlining what will be covered in the class, although we may rearrange things if we find we're going too slowly or too quickly through the material.
## Course outline {.unnumbered}
**1 Monday afternoon: [Intro to R](01_r_intro.html)**
- Introductions
- R and RStudio: basics
- Objects (vectors, matrices, data frames, etc.)
- Basic functions (`mean()`, `length()`, etc.)
- Packages: installation and loading (including the tidyverse)
**2 Monday afternoon: [Tidy data analysis I](02_tidy_data1.html)**
- Tidy data
- Data wrangling with dplyr
- Data visualization basics with `ggplot2`
**3 Tuesday morning: [Functions](03_functions.html)**
- Definitions
- Functions in R
- Common types of functions
- Logarithms and exponents
- Composite functions
**4 Tuesday afternoon: [Calculus](04_calculus.html)**
- Derivatives
- Optimization
- Integrals
**5 Wednesday morning: [Tidy data analysis II](06_tidy_data2.html)**
- Loading data in different formats (.csv, R, Excel, Stata, SPSS)
- Recoding values (`if_else()`, `case_when()`)
- Handling missing values
- Pivoting data
- Merging data
- Plotting extensions (trend graphs, facets, customization)
**6 Wednesday afternoon: [Probability](07_probability.html)**
- Probability: basic concepts
- Random variables, probability distributions, and their properties
- Common probability distributions
**7 Thursday morning: [Statistics and simulations](08_stats_sims.html)**
- Statistics: basic concepts
- Random sampling and loops in R
- Simulation example: bootstrapping
**8 Thursday afternoon: [Matrices](05_matrices.html)**
- Matrices
- Systems of linear equations
- Matrix operations (multiplication, transpose, inverse, determinant)
- Solving systems of linear equations in matrix form (and why that's cool)
- Introduction to OLS
**9 Thursday afternoon: Wrap-up**
- Project management fundamentals
- Self-study resources and materials
- Other software (Overleaf, Zotero, etc.)
- Methods resources at UT
## Contact info {.unnumbered}
If you have any questions during or outside of the methods camp, you can contact us via email. Or if you are curious about our research, you can also check out our respective websites and Twitter accounts (or should we say X...):
- Meiying Xu: [xu.meiying\@utexas.edu](mailto:xu.meiying@utexas.edu)
- Joel Yew: [joel.yew\@utexas.edu](mailto:joel.yew@utexas.edu)
## Acknowledgements {.unnumbered}
We thank previous Methods Camp instructors for their accumulated experience and materials, upon which we have based ours. UT Gov Prof. Max Goplerud gave us amazing feedback for this iteration of Methods Camp (2025). All errors remain our own (and will hopefully be fixed with your help!).
## Materials from previous editions {.unnumbered}
- [2024](/previous-editions/2024): co-taught by Andrés Cruz and Meiying Xu.
- [2023](/previous-editions/2023): co-taught by Andrés Cruz and Matt Martin.