Publications by Algephile
hw10
1 Reference and disclaimer This homework is attempting to reproduce parts of Carpenter and Dobkin(2009), titled “The Effect of Alcohol Consumption on Mortality: Regression Discontinuity Evidence from the Minimum Drinking Age” on AEJ: Applied Economics 1(1)164-82. Figures are compiled using data that was found at this address. This is purely a...
2368 sym R (9233 sym/18 pcs) 5 img
HW5
HW5 Questions: Maps Task 1. Clean the data up at the state & year level library(readxl) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(maps) sub_2...
240 sym R (3659 sym/12 pcs) 2 img
Homework: Piketty’s Inequality Story in Three Charts
1. Reference and disclaimer This homework is attempting to reproduce parts of the New Yorker article by John Cassidy, dated March 26, 2014, and titled “Piketty’s Inequality Story in Six Charts”. All text was lifted directly from that article. Figures are compiled using data that was found at this address. This is purely an exercise in repro...
5422 sym R (7517 sym/14 pcs) 3 img
Homework: Piketty’s Inequality Story in Three Charts
1. Reference and disclaimer This homework is attempting to reproduce parts of the New Yorker article by John Cassidy, dated March 26, 2014, and titled “Piketty’s Inequality Story in Six Charts”. All text was lifted directly from that article. Figures are compiled using data that was found at this address. This is purely an exercise in repro...
5422 sym R (7056 sym/7 pcs) 3 img
HW#3
1. Introduction The personal savings as percent of disposable income from 1955 to 1980 series are originally obtained from the Federal Reserve Bank of St. Louis here (Pankratz (1983, p. 328, Case 2)) with 104 quarterly observations. Personal savings series from 1955 to the fall of 1980 witnessed a serious concern to economic policy makers. In t...
797 sym 2 img 1 tbl
Document
# install.packages("wbstats",repos = "http://cran.us.r-project.org") # install.packages("ggplot2",repos = "http://cran.us.r-project.org") # install.packages("plotly",repos = "http://cran.us.r-project.org") # install.packages("gtrendsR",repos = "http://cran.us.r-project.org") # install.packages("lettercase",repos = "http://cran.us.r-project.or...
252 sym R (13603 sym/22 pcs) 4 img
HW8
library(rvest) library(XML) library(maps) library(stringr) library(ggplot2) library(dplyr) 1 Running a housing search I chose 2+ bedrooms and 1+ bathroom in Eugene, OR. The number of observations was approximately 310 at the time the data were collected. This is the link of my search on Zillow. 1.1 Study Area 1.2 Scraping the results of h...
2572 sym R (8250 sym/18 pcs) 3 img
HW 9
# library(tidyverse) library(haven) library(kableExtra) library(rvest) library(stringr) library(dplyr) library(finalfit) library(dplyr) library(stringr) library(plm) library(tidyr) library(lmtest) 1 Part 1: Krueger (1999) Title: Paper using randomized data: Impacts of class size on learning The literature analyzes the effects of class...
6123 sym R (14031 sym/16 pcs) 3 tbl