-
Recent Posts
Twitter Updates
- More on Food Truck Regulation wp.me/p1vcSX-CH 1 day ago
- The coming fight over net neutrality, and why you should care wp.me/p1vcSX-CL 4 days ago
- Great Gatsby isn't in the public domain, 88 years after publication and 73 years after Fitzgerald died. Here's why: wp.me/p1vcSX-CR 6 days ago
Archives
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
Links
- A Fine Theorem
- Andrew Gelman
- Brendan Nyhan
- Cheap Talk
- Chris Blattman
- Flowing Data
- Kids Prefer Cheese
- Kieran Healy
- Marc F. Bellemare
- Marginal Revolution
- Modeled Behavior
- My Dataverse
- My Github
- Phil Arena
- Political Methodology
- Restricted Data blog
- The Monkey Cage
- Tunes for Bears
- Turing's Invisibile Hand
- WhyHat?
Meta
Category Archives: Technical
RubyMotion for Complete Beginners
According to the RubyMotion guide for getting started, “RubyMotion is a toolchain that permits the development of iOS applications using the Ruby programming language.” In less formal terms it lets you write iOS apps in Ruby using your favorite development environment … Continue reading
Posted in Technical, Uncategorized
Tagged fun, how-to, pragmatic programming, programming, Ruby, RubyMotion, technology
2 Comments
Automatically Setup New R and LaTeX Projects
You have a finite amount of keystrokes in your life. Automating repetitive steps is one of the great benefits of knowing a bit about coding, even if the code is just a simple shell script. That’s why I set up … Continue reading
Posted in Technical, Uncategorized
Tagged automation, how-to, LaTeX, publishing, R, research, technical, technology
3 Comments
How to Get FIPS Codes from Latitude and Longitude
FIPS codes are unique identifiers for geographic units within the US. Although they have technically been withdrawn as a standard, they are still widely used in political science and other applications for geographic categorization of data. For example, the CBS/New … Continue reading
Posted in Technical, Uncategorized
Tagged data, elections, geography, GIS, how-to, political science, programming, research, Ruby
Leave a comment
Merging Arthur Banks’ Time Series with COW
Recently I needed to combine data from two of the most widely used (at least in my subfield) cross-national time-series data sets: Arthur Banks’ time series and the Correlates of War Project (COW). Given how often these data sets are … Continue reading
Posted in Technical, Uncategorized
Tagged Arthur Banks, Correlates of War, data, economics, history, how-to, international relations, political science, politics, programming, R, Ruby, Stata, statistics, technical, violence, war
1 Comment
Getting Started with Prediction
From historians to financial analysts, researchers of all stripes are interested in prediction. Prediction asks the question, “given what I know so far, what do I expect will come next?” In the current political season, presidential election forecasts abound. This … Continue reading
Posted in Technical, Uncategorized
Tagged artificial intelligence, expectation, genetics, history, information technology, mathematics, politics, probability, programming, Python, regression, Ruby, statistics, technical
Leave a comment
How to Count Words in LaTex Documents
One thing that can be hard to adjust to for new LaTeX users is not being able to easily get a word count relative to other programs. Now there is a solution, thanks to Matthias Orlowski and Alex Iliopoulos. I share … Continue reading
Posted in Technical
Tagged LaTeX, LaTeX word count, Perl, programming, scripts, technology
1 Comment
Find Unique Values in List (Python)
I Googled this problem today and found a lot of people creating long-ish functions to find unique values. There is a much simpler solution: turn your list into a set (which removes duplicates) and then back into a list. newList … Continue reading
Finding a Series of Confidence Intervals in R
[Note: While many of my posts appeal only to readers with certain interests--specifically, mine--this one is meant to provide a public good in the form of an R script that can be run to find multiple confidence intervals around the … Continue reading
Posted in Technical
Tagged confidence interval, functions, geeky, graphing, hacking, plots, programming, R, sampling, script, statistics
Leave a comment