Hi there Statlist community!
I am currently working on summarizing home value appreciation by neighborhood over time, and am wondering if there's a smarter way to do what I'm doing. In order to get median home values for each year by neighborhood, I've been doing
bysort saleyear: sum saleprice if neighborhood==1, detail
for each neighborhood, which has been time-consuming and cumbersome for my ultimate goal of a nicely-formatted multiple line graph in excel (with one line for each neighborhood, values on the y-axis, and year on the x). Does anyone have any ideas for a smarter, smoother way to do this? Thank you so much in advance for your help and best wishes!
Related Posts with Getting medians for different x variables across years
Flagging just one corresponding positive value for every negative valueHi. My dataset has an id variable, a total amount variable and the corresponding date variable. Ther…
Mixed-Effects Linear Model Set-upHi, I would like to run a mixed-effects linear regression model with cesd as my outcome variable an…
Year Fixed effect xtlogitDear All Please, I have seen some posts related to many fixed effect, but I don’t find my case solut…
how to obtain the correct AIC / BIC values after a model using [pw=...]Hi everyone, In general, I use -estat ic- or -fitstata- to obtain the bic & aic values after th…
Saving tabulated dummy variable scalars (i.variable)Hello, I'm trying to run an estimation for my honours thesis detailed in this paper (open-source ve…
Subscribe to:
Post Comments (Atom)
0 Response to Getting medians for different x variables across years
Post a Comment