![]() | ![]() |
Lectures PDFs of slides are best viewed in Adobe Acrobat, rather than in your browser. Topic 1 Introduction to the Course, Probability, and R You may want to read through Kevin Quinn’s matrix algebra and probability distribution reviews, or consult my undergrad lectures on discrete and continuous distributions. For a more general review, you can find the lecture notes for the CSSS Math Camp here. There are also R code and data for exploratory data analysis using histograms and boxplots, code and data for a simple bivariate linear regression, and code and data for a multiple regression example. Finally, you’ll find detailed instructions for downloading, installing, and learning my recommended software for quantitative social science here. Focus on steps 1.1 and 1.3 for now, and then, optionally, step 1.2. Topic 2 Introduction to Maximum Likelihood The R code to simulate heteroskedastic data and model that data using a heteroskedastic normal maximum likelihood is here. There are additional mini-lectures on two topics. The first is a review of Bayes Rule. The second presents the Monty Hall problem in color and printable pdf formats. Three versions of the Monte Hall simulation code are available: the first uses a loop and many small steps, the second uses a loop and more compact code, and the third uses lapply() to avoid looping. Topic 3 There are separate R scripts for interpreting and selecting binary logit models, as well as an example dataset. The goodness of fit code also relies on R functions for computing the percent correctly predicted and making predicted-versus-actual plots and ROC plots, which you should place in your working directory. An example trio of plots showing actual versus predicted probabilities, error versus predicted probabilities, and the ROC curve can be seen here. Topic 4 R code and data for an ordered probit, which produces graphics for expected value plots and first difference plots. Topic 5 R code for a multinomial logit, which produces a variety of graphical summaries of a multinomial logit model: for expected values plotted together, expected values plotted separately in a tiled format, first difference plotted for a single scenario and all categories, relative risks plotted for a single scenario and all categories, and relative risks plotted for many scenarios at once. Topic 6 Two code examples are discussed in this lecture. The first example analyzes bounded counts using Binomial, Beta-Binomial, and Quasibinomial models of turnout in the 2004 general election in Washington state. Example output includes this plot of expected counts under different models for various counterfactual scenarios. Note this example uses multiple imputation to fill in missing data. You will need: The second example analyzes unbounded counts using Poisson, Negative Binomial, Quasipoisson, Zero-inflated Poisson, and Zero-inflated Negative Binomial models of foreclosure filings by Houston, Texas area Home Owner Associations (HOAs). Example output includes this plot of expected values from a zero-inflated negative binomial model. You will need: Advanced Topic 1 Missing Data and Multiple Imputation See the Topic 6 example on turnout for an R code using multiple imputation of missing data. Also available is an example (R script, data, plot) showing the use of overimputation to compute coverage of multiple imputation prediction intervals for real data. Advanced Topic 2 Introduction to Multilevel Models For the curious, the R script used to construct the example plots in the first half of this lecture is here. Self-Study Lecture 1 Introduction to Contingency Tables This lecture and the two below it introduce log-linear models of tabular data, and will not be presented as part of POLS/CSSS 510. They are posted here for interested students, especially for the use of mosaic plots to investigate cross-tabulated data (in this lecture, and in the third lecture on multidimensional tables). Students interested in a CSSS course on log-linear models should investigate CSSS 536. Self-Study Lecture 2 Log-linear Models of Contingency Tables: 2D tables Self-Study Lecture 3 Log-linear Models of Contingency Tables: 3D+ tables Student Assignments Due in class Thursday 15 October 2020 Due in class Thursday 29 October 2020 Due in class Thursday 12 November 2020 Data for problem 1 in comma-separated variable format. Due in class Tuesday 24 November 2020 Data for problem 1 in comma-separated variable format. Due in class Thursday 10 December 2020 Data for problem 1 in comma-separated variable format; data for problem 2 in R data format. Poster Presentations 8 December 2020 to 10 December 2020 Requirements and suggestions for poster presentations will be presented in class. Final Paper Due Tuesday 15 December 2020, 3:00 pm by email See the syllabus for paper requirements, and see my guidelines and recommendations for quantitative research papers. Labs Lab 1 Supplementary material: R code and data for lab: Lab01PracticeCode.Rmd, Lab01Data.csv, Lab01Survey.csv, and Lab01CodeKey.Rmd (Full version of Lab01PracticeCode.Rmd). Lab 2 Distributions and R Markdown No slide for Lab 2. R code: Lab02CodePractice.Rmd, and Lab02CodeKey.Rmd (Full version of Lab02PracticeCode.Rmd). For R Markdown: RMarkdownSample.Rmd . Sample Output: Lab02CodeKey.pdf , RMarkdownSample.pdf , and RMarkdownSample.html . Lab 3 OLS and MLE for heteroskedastic normal Supplementary material: R code: Lab03CodePractice.Rmd. R Markdown for the slide: Lab03SlideCode.Rmd . Lab 4 Heteroskedastic normal & Logit Supplementary material: R code: Lab04CodePractice.Rmd and nesLogitPlot.r. R Markdown for the slide: Lab04SlideCode.Rmd . Lab 5 Supplementary material: R code: nesLogitGOF4lab.r, nesLogit from last lab and For HW3. R Markdown for the slide: Lab04SlideCode.Rmd . Lab 6 Supplementary material: R code: oprobitInterpFit4Lab.R, and For HW4. R Markdown for the slide: Lab06SlideCode.Rmd . Lab 7 Supplementary material: R code: gatorsMNL4Lab.R. R Markdown for the slide: Lab07SlideCode.Rmd . Lab 8 Supplementary material: Data: fish.csv. R code: CountData4Lab.r. R Markdown for the slide: Lab08SlideCode.Rmd . Lab 9 Supplementary material: Replication: Link to GitHub repository . |
Designed byChris Adolph & Erika SteiskalCopyright 2011–2021Privacy · Terms of Use | ![]() |