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
Categorizing likert-scaleHallo fellow stata users? its my first encounter with stata for my master's project analysis. Am loo…
Confidence Intervals on the Means from a 1-way ANOVA AnalysisIf I am completing a 1-way ANOVA (command: oneway outcomevariable independentvariable) and am lookin…
Invalid Syntax r(198)Hi all, I was wondering if anyone can help with egger's and begg's test for subgroups. I used this c…
ModellingHae guys,do i have to do multivariate modelling if all my bivariates odds ratios are not significant…
Variable lag based on other variable.At the moment I am trying to calculate returns however I am attempting to calculate annual returns b…
Subscribe to:
Post Comments (Atom)
0 Response to Command collapse AND keeping the original dataset
Post a Comment