Instructions
Please complete these tasks within one hour of receipt of our email. Please include your answers to all questions in a single document (this can be .html, .pdf, .doc, .R, .do, .xlsx, etc).
Part A should take about 15-20 mins, Part B 35 - 40 minutes. If you run out of time you can describe the strategy that you would use to complete the tasks.
Ideal answers to Part B should include reproducible script that
goes from the data import to the final output, or as many steps as
possible so that someone else may recreate your answers. You are
encouraged to include comments to your code if submitting work in R or
Stata. We encourage you to use .Rmd
or quorto if you are
comfortable with these tools.
Imagine you implemented a “dictator” game with 99 subjects. A dictator game is a simple game in which one player– the “dictator” (“offerer”) – decides on how to dived $1 between themselves and another player.
66 of the subjects are from group A and 33 are from group B. Each player played each role in a dictator game once (so they offered a share of $1 to a receiver once and they also received once).
They were randomly matched with partners and the average outcomes are as follows (Numbers show the average number of cents out of $1 given by an offerer to a receiver, with the number of cases in parentheses underneath).
Receiver | ||||
---|---|---|---|---|
Group A | Group B | All | ||
Offerer | Group A (average) | 36 | 18 | 30 |
(n) | (44) | (22) | (66) | |
Group B (average) | 18 | 9 | 15 | |
(n) | (22) | (11) | (33) | |
All (average) | 30 | 15 | 25 | |
(n) | (66) | (33) | (99) |
You are interested in the “effect of in-group membership” on offers: how much more or less do subjects offer to in-group members compared to outgroup members on average?
From this data:
Here is a small data analysis exercise.
You have access to a dataset here from the world development indicators.
What can you say about the relationship between the number of
students enrolled in primary education (se.prm.enrl
) and
adolescent fertility rates (sp.ado.tfrt
) when controlling
for variation across time and countries? Explain your results and
present a table if appropriate.
What kind of conclusions, if any, might you draw from this?
Provide a visualization that describes some aspect of the data for all or any group of countries and explain what we can learn from it.