rkd | R Documentation |
A dataset containing information on Swedish municipalities in the years 1996-2004
rkd
A data frame with 2511 rows and 53 variables:
Municipality code
Year
Minicipality name
Population, lagged 1 year
Population
Share of population aged 0-6
Share of population aged 7-15
Share of population aged 80+
Share of foreign born population
Cost-equalizing grants
10 year out-migration, lagged 2 years
Personnel, administration
Personnel, child care
Personnel, schools
Personnel, elderly care
Personnel, total (full time equivalents pers 1,000 capita)
Personnel, social welfare
Personnel, technical services
Total per capita public expenditures
Average montly wage, administration
Average monthly wage, child care
Average monthly wage, schools
Average monthly wage, elderly care
Average monthly wage, total
Average monthly wage, social welfare
Average monthly wage, technical services
Personnel, high administrative officials
Personnel, administrative assistants
Outsourced personnel, schools
Outsourced personnel, elderly care
Outsourced personnel, social welfare
Outsourced personnel, child care
round(abs((popchange_10y+2)\*100)) if popchange_10y <= -2, 0 otherwise
migrationgrant\*pop_1
sum(migpop) by year
sum(pop_1) by year
summigpop/sumpop
Annual expenditures on personnel in 100SEK/capita
Annual expenditures on personnel in 100SEK/capita
Annual expenditures on personnel in 100SEK/capita
Annual expenditures on personnel in 100SEK/capita
Annual expenditures on personnel in 100SEK/capita
Annual expenditures on personnel in 100SEK/capita
Annual expenditures on personnel in 100SEK/capita
exp_total\*100/expenditures_total
exp_admin\*100/expenditures_total
exp_child\*100/expenditures_total
exp_school\*100/expenditures_total
exp_elder\*100/expenditures_total
exp_social\*100/expenditures_total
exp_tech\*100/expenditures_total
-popchange_10y
outmigration-2
Lundqvist, Heléne, Dahlberg, Matz and Mörk, Eva (2014): "Stimulating Local Public Employment: Do General Grants Work?" American Economic Journal: Economic Policy, 6 (1): 167-92.
## Not run:
require(rdrobust) # load rdrobust package
require(causalweight) # load causalweight package
data(rkd) # load rkd data
attach(rkd) # attach rkd data
Y=pers_total # define outcome (total personnel)
R=forcing # define running variable
D=costequalgrants # define treatment (grants)
results=rdrobust(y=Y, x=R, fuzzy=D, deriv=1) # run fuzzy RKD
summary(results)
## End(Not run) # show results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.