Dear all,
I was just thinking about this: When you analyze hierarchical structured dataset (for example students L1 clustered in schools L2) and you wish to analyze the second level only (by aggregation of the first level values) you probably use the command -collapse- which gives you for example mean, median or SD etc. of the L1 units to the L2 units, but it create new dataset.
Now, I was trying to figure out a way around this, so you can incorporate the results of -collapse- into your original dataset. I would use the command:
- by L2_var, sort: egen new_L2_var = mean(another_variable) -
the result of this command is that each L1 unit gets a new mean value of the variable of interest (which is completely correct). And what I was thinkg about -- can you keep just on value for each L2 unit created this way so you have de facto two datasets in one? I don't know how to write a code for this (but I assume it will mostlikely say: keep the first value of certain variable by group).
Does it make sense to you?
Thanks for your thoughts.
Related Posts with Command collapse AND keeping the original dataset
Is PCA appropriate with binary data?I have been working on a multilevel logistic regression with stunting as the dep var and individual …
Sensitivity Analysis after mediation analysisDear Statalist members, I am trying to conduct causal mediation analysis and sensitivity analysis, …
Grouping neighborhoodsHello, So I have a variable that indicates the neighborhood in which the person lives. How can I gr…
Importing multiple excel filesI have a folder named "Data" with 8 xlsx files. These files are for 4 variables (PRICE, gRDEF, gRNDE…
loop for if for making graphs...Hi statalist, I would like to make a graph using lowess command by treatment group. I have 10 treat…
Subscribe to:
Post Comments (Atom)
0 Response to Command collapse AND keeping the original dataset
Post a Comment