Ozlem uses this website to share any information about POLS 8810 (Spring 2024). Image created using DALL-E.
This work is licensed under CC BY-NC-ND 4.0
Instructor: Mike Fix mfix@gsu.edu
Teaching Assistant: Ozlem Tuncel otuncelgurlek1@gsu.edu
Meeting Time: Thursday, 12:45 pm - 03:15 pm
Class Location: Langdale 1076
Syllabus available here
Final exam: Distributed Thursday, April 18, due within 48 hours.
✔️ Goal: Get familiar with matrix algebra and perform basic matrix algebra operations.
Week 1 Handout Linear Algebra Exercise
Ozlem’s notes from Week 1 class
✔️ Goal 1: Participate in GSU Library’s R sessions to learn more about base R.
✔️ Goal 2: Get familiar with LaTeX to typeset your problem sets.
Learning LaTeX
I encourage all of you to get familiar with LaTeX or similar kind of document preparation system (like R Markdown or Quarto) to typset your problem sets. GSU offers online/in-person LaTeX course. I use Overleaf for typetting these sort of documents. Recently, I have been using Quarto in R and Phyton to typeset reports and presentations. Here are some useful links to learn LaTeX:
You can alternatively learn and use R Markdown or Quarto. Here are some useful links:
More on R and R Studio
You have been working with R and R Studio since POLS 8805, but it is important to improve your skills in R. While 8805 mainly focused on tidyverse, I highly recommend getting familiar with base R since it will be essential in future assignments. Here are some useful links to learn more about R:
✔️ Goal: Get familiar with the basics of probability and distribution.
Ozlem’s notes from Week 2 class
More on set theory and notation from Penn State Stat 500 Course Detailed explanation of set theory notation. I highly recommend GSU’s R workshops.
✔️ Goal: Get familiar with the basics of descriptive stats and representing your data visually.
Ozlem’s notes from Week 3 class
R script that I used to create input for this week’s slide & V-Dem dataset for the R script
❗The slides for GSU Library R workshop are here. ❗
Suggestions for descriptive stats (and other things) For basic descriptive stats and understanding your data, base R is more than enough! So, do not bother with tidy language (which can be overkill sometimes). Here are some further suggestions and examples:
Josh’s suggestions and slides from R Workshops ⭐
Problem Set 1
✔️ Goal: Get familiar with the basics of bivariate OLS.
Ozlem’s notes from Week 4 class
R script that I used to create input for week 4 slide & V-Dem dataset for the R script
Remember
Suggestions for descriptive stats (and other things)
stargazer
packager, here is a great source ⭐✔️ Goal: Get familiar with variance, covariance, and Gauss-Markov theorem.
Ozlem’s notes from Week 5 class
R script that I used to create input for week 5 slide & V-Dem dataset for the R script
Suggestions for matrix notation and residuals
✔️ Goal: Get familiar with multiple regression, testing for Gauss-Markov assumptions, and standardized coefficients.
Ozlem’s notes from Week 6 class
R script that I used to create input for week 6 slide & V-Dem dataset for the R script
Suggestions for week 6 materials
✔️ Goal: Understanding binary predictors, nonlinearity, and data transformations.
Ozlem’s notes from Week 7 class
R script that I used to create input for week 7 slide & V-Dem dataset for the R script
Suggestions for week 7 material
✔️ Goal: Understanding the use and interpretation of interaction terms.
Ozlem’s notes from Week 8 class
R script that I used to create input for week 8 slide & V-Dem dataset for the R script
Suggestions for week 8 material
ggeffects
package in detail. I recommend starting with this vignette.margins
package in detail. I recommend starting with this vignette.ggeffects
that I like to use: sjPlot
and sjmisc
. Read more about these packages here. Another alternative is interactions
package, read more here.✔️ Goal: Deeper dive on the heteroskedasticity issue and exploring heteroskedasticity-consistent solutions.
Ozlem’s notes from Week 9 class
Dr. Fix’s guide for dealing with heteroskedasticity
R script that I used to create input for week 9 slide & V-Dem dataset for the R script
Substantive Interpretation Guides
I have realized that many of you are having difficulty with substantive interpretation of your regression results. This is normal (for now)! This is an important skill to learn, but it is one of the most challenging parts of learning methods. So, here are few key points and sources that might help you out!
You might ask, “Ozlem, how am I suppose to develop my interpretation skills?” A simple answer: Read analysis section of journal articles and books in detail. Best way to learn this skill is by imitating what people wrote.
Suggestions for week 9 material
sandwich
package in CRAN carefully.🌞Spring Break
In case you are having difficulty with interpreting interaction terms, I suggest reading some articles that uses interactions. I have two recommendations:
In these articles, you will see 3 things:
✔️ Goal: Deeper dive on the perfect multicollinearity issue and exploring possible solutions.
Ozlem’s notes from Week 11 class
R script that I used to create input for week 11 slide & V-Dem dataset for the R script
Suggestions for week 11 material
ggplot
. Hint on this: check color
and alpha
options. Here is a short guide.✔️ Goal: Get a better sense of our residuals and use them for influential points and outliers.
Ozlem’s notes from Week 12 class
R script that I used to create input for week 12 slide & V-Dem dataset for the R script
Suggestions for week 12 material
✔️ Goal: A short introduction to GLM world which will help you with next semester’s course.
Ozlem’s notes from Week 13 class
R script that I used to create input for week 13 slide & V-Dem dataset for the R script
✔️ Goal: Final paper presentations.