Publications by doyourbest

HW10

20.04.2020

Tasks a. Download and read the paper: For instance, from the AEA website. For instance, from the AEA website. b. Get the Carpenter & Dobkin and data Look over the data, understand what the different variables are. The key variables you need are agecell, all, internal, external, as well as the versions of those variables that have the suffix fit...

2489 sym R (7857 sym/20 pcs) 5 img

HW9

12.04.2020

Part 1: Paper using randomized data: Impact of Class Size on Learning 1.1. Briefly answer these questions: a. What is the causal link the paper is trying to reveal? The primary causal link the paper is trying to reveal is the effect of class size on student achievement. The paper is also looking at the effects of teacher aides on student achieve...

7609 sym R (8237 sym/18 pcs)

HW8

31.03.2020

Run a housing search I run a housing search for 3 bedrooms, 2 bathrooms in Las Cruces, New Mexico, a place I lived before. I used an exact match for the number of bedrooms. So the variations in the house price will most likely be due to the variations in the square feets, the number of bedrooms and the location of the house. The search results s...

1750 sym R (11505 sym/15 pcs) 4 img

HW6

18.02.2020

#install.packages("wbstats") #install.packages("ggplot") #install.packages("gtrendsR") #install.packages("reshape2") library(wbstats) library(ggplot2) library(dplyr) library(gtrendsR) library(reshape2) Task 1: Use world bank data to analyze something In this section, I analyze population growth and migration in the United States and Eu...

1620 sym R (6056 sym/27 pcs) 4 img

HWK4

03.02.2020

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 reprodu...

5146 sym R (2961 sym/4 pcs) 3 img

AAEC_8610_HW3_doyourbest

25.01.2020

1. Pick a dataset of your choice I use the package “datasets” to load the dataset. # Load data packages library("datasets") 2. Write a short description of your data The chosen dataset from that package is “chickwts”. “chickwts” dataset contains information on chicken weights based on their types of feed. More information on the dat...

1124 sym R (1503 sym/7 pcs) 2 img

Document

09.02.2020

setwd("C:/Ph.D. UGA/SPRING 2020/AAEC 8610/Homeworks/HW5") # install.packages("csv") library(csv) #install.packages("tidyverse") #install.packages("csv") #install.packages("dplyr") #install.packages("maps") #install.packages("zeallot") library(tidyverse) library(dplyr) library(csv) library(zeallot) library(maps) presiData <- read.csv...

40 sym R (2418 sym/2 pcs) 2 img