Consider the following scenario: I have a variable y_st which changes across US states (s) and year (t). This could for example be state level crime rates.
In each state, I have several counties and I wish to impute a "county level" crime rate. For each state and county I have several important demographic variables which relate to crime rates, such as income, unemployment, population size, etc.
How would you go about imputing y_cst, as the crime rate in county c at state s in year t?
In each state, I have several counties and I wish to impute a "county level" crime rate. For each state and county I have several important demographic variables which relate to crime rates, such as income, unemployment, population size, etc.
How would you go about imputing y_cst, as the crime rate in county c at state s in year t?
Comment