Publications by Arvind Sharma

Assignment1

29.11.2022

1 Setup 1.1 Empty variables and functions in the environment tab/window First, empty the environment so that we can uplaod the clean data. # Clear the workspace rm(list = ls()) # Clear environment-remove all files from your workspace gc() # Clear unused memory ## used (Mb) gc trigger (Mb) limit (Mb) max used (Mb) ## Ncell...

14818 sym R (45209 sym/102 pcs) 24 img

Fixed Effects

16.12.2022

1 Intro Fixed effects regression can be done three ways: “n-1 binary regressors” method when n is small “Entity-demeaned” regression. “Changes” method when T = 2 FE estimator directly. 2 Setup # Clear the workspace rm(list = ls()) # Clear environment-remove all files from your workspace gc() # Clear unused memory ## ...

5759 sym R (38551 sym/22 pcs) 2 img

Assignment 2 Solution Template

17.12.2022

1 Setup 1.1 Empty variables and functions in the environment tab/window First, empty the environment so that we can uplaod the clean data. # Clear the workspace rm(list = ls()) # Clear environment-remove all files from your workspace gc() # Clear unused memory ## used (Mb) gc trigger (Mb) limit (Mb) max used (Mb) ## Ncell...

13382 sym R (58189 sym/63 pcs) 11 img