Scienze politicheIngleseQuarto

Andrew Heiss's blog

Andrew Heiss's blog
Pagina inizialeRSS ForaggioMastodon
language
TeachingCOVID-19Scienze politicheInglese
Pubblicato

This is written for instructors in the Department of Public Management and Policy at the Andrew Young School of Policy Studies at Georgia State University, but it’s hopefully widely applicable too. With more than 100 universities moving their teaching online (including Emory just last night), it’s looking more and more inevitable that GSU will make a similar switch any time now.

Scienze politicheInglese
Pubblicato

(See this notebook on GitHub) I’ve been teaching program evaluation in the MPA/MPP program at GSU for the past semester and a half, and since I was given free rein over how to teach it, I decided to make it as modern and cutting edge as possible.

Scienze politicheInglese
Pubblicato

See this notebook on GitHub. You can (and should) download the project from there if you want to follow along and try this out. tl;dr: Skip to the completed example. I use blogdown to generate the websites for all the courses I teach, and it’s delightful to not have to worry about databases and server configurations.

R MarkdownShinyRGoogle SheetsScienze politicheInglese
Pubblicato

Now that I’m on the tenure track, I’ve been looking for a way to keep track of my different research projects so I can get them all finished and published. Matt Lebo’s “Managing Your Research Pipeline” presents a neat way of quantifying and tracking the progress of your research, and I recently adopted it for my own stuff. I even made a fancy R Markdown + flexdashboard dashboard to show the status of the pipeline interactively.

PandocMacosScienze politicheInglese
Pubblicato

GSU uses Microsoft’s Office365 for e-mail, which is fine. My previous institutions—Duke and BYU—both use it too, and it’s pretty standard. GSU also enforces 2-factor authentication (2FA) with Duo, which is also fine. Everybody should use some sort of 2FA for all their important accounts! However, for whatever reason, GSU’s version of Duo’s 2FA doesn’t allow you to generate app-specific passwords for things like e-mail.

RGgplotTidyverseYacasEconomicsScienze politicheInglese
Pubblicato

(See this notebook on GitHub) A year ago, I wrote about how to use R to solve a typical microeconomics problem: finding the optimal price and quantity of some product given its demand and cost. Doing this involves setting the first derivatives of two functions equal to each other and using algebra to find where they cross.

RGgplotDatavizJobsScienze politicheInglese
Pubblicato

I am so beyond thrilled to announce that I’ll be joining the Andrew Young School of Policy Studies at Georgia State University in Fall 2019 as an assistant professor in the Department of Public Management and Policy. I’ll be teaching classes in statistics/data science, economics, and nonprofit management in beautiful downtown Atlanta, and we’ll be moving back to the South. I am so so excited about this!

RTidyverseInferHypothesis TestingScienze politicheInglese
Pubblicato

This semester, I used the new ModernDive textbook to teach introductory statistics for executive MPA students at BYU, and it’s been absolutely delightful. The book’s approach to teaching statistics follows a growing trend (led by Mine Çetinkaya-Rundel, Alison Hill, and others) of emphasizing data and simulations instead of classical probability theory and complex statistical tests.

RImputationTidyverseMarkdownScienze politicheInglese
Pubblicato

(See this notebook on GitHub) tl;dr : Use the functions in broomify-amelia.R to use broom::tidy(), broom::glance(), and huxtable::huxreg() on lists of multiply imputed models. The whole reason I went into the rabbit hole of the mechanics of merging imputed regression results in the previous post was so I could easily report these results in papers and writeups.