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
zero-inflated (poisson) mediatorsHi, I am running a mediation which the mediator is zero-inflated poisson and the outcome variable is…
Analysis of rotating panel design data in StataHello everyone, I have a 9-year rotating panel design in which every year, one-ninth of the sample i…
What do the numbers in the box mean in the output of the estimates of SEM builderI used SEM builder to test some model. But I don't understand what the numbers in the boxes are afte…
Looping through multiple strings for comparisonDear all, I would like to compare educational institutions of two workers and code a binary variabl…
Superimposing observed and predicted Weibull survivor function graphsHi I was wondering if there is a simple way to superimpose observed and fitted Weibull survivor func…
Subscribe to:
Post Comments (Atom)
0 Response to Command collapse AND keeping the original dataset
Post a Comment