Hi everyone,
I am trying to implement a decomposition method used by Quigley and Raphael in their 2004 JEP paper on housing affordability. They describe the method as follows:
"The decompositions are calculated as follows. Let F2000(.) be the 2000 rental cumulative density function (cdf), F1990(.) be the 1990 rental cdf, affordable2000 be equal to 30 percent of the income of the median renter in 2000, affordable1990 be equal to 30 percent of the income of the median renter in 1990, P2000 be the proportion of rental units renting for less than affordable2000,and P1990 be the proportion of rental units renting for less than affordable1990. Both affordable2000 and affordable1990 are measures in 1990 dollars. The change in the proportion affordable between 1990 and 2000 is given by the equation, Change= P2000 - P1990 =F2000(affordable2000) - F1990(affordable1990). Add and subtract the 1990 rental cdf evaluated at the 2000 affordable rent threshold to get, Change = F2000(affordable2000) - F1990(affordable2000) + F1990(affordable2000) - F1990(affordable1990) =[F2000(affordable2000) - F1990(affordable2000)] - [F1990(affordable1990) - F1990(affordable2000)]. The first term is the change in the proportion affordable arising from the change in the rental cdf around the 2000 affordability threshold. The second term is the change in the proportion affordable holding the rental distribution constant in 1990 and allowing the affordability threshold to change."
I am wondering if there is stata application capable of decomposing changes in variables based on this method?
Thanks in advance.
Musah
Related Posts with Decomposition of percentage changes
counting number of siblings using by and _nHi there, I'm working on a hierarchical dataset where individuals are nested within the household. …
Graphs are displaying small axis values and titles by defaultDear Statalist, My graphs have suddenly started generating small axis values and titles. To illustr…
Graphs are displaying small axis values and titles by defaultDear Statalist, My graphs have suddenly started generating small axis values and titles. To illustr…
Help interpreting mixed model with cubic termHi all, I have run the below model (code shown below) and have some questions about the first 3 ind…
Problem exporting matrix from mata adoHi -- I've written a brief ado file to spit back characteristics of parametrized sinusoids (specific…
Subscribe to:
Post Comments (Atom)
0 Response to Decomposition of percentage changes
Post a Comment