Hello,
I am trying to create a boxplot of categorical variables in stata. I have about 6 to 7 variables that I am trying to plot. I am using a weight on it as well as over (year). Even after running this code for about 8 hours stata is not producing an output nor is it giving an error. My code is: graph box var1 var2 var3 var4 var5 var6 [pweight = multiplier], over (year_dum)
The dataset is big around 20mn observations so I understand it taking long but even after a day of running there is no movement. This doesn't happen with other graph types. I even took out the variables I needed and ran it separately to generate the graph and no luck.
Thanks
Ahana
Related Posts with Boxplots in STATA
Two conditions for summing a variableHello. Please consider the example of my data below: Code: * Example generated by -dataex-. To ins…
How to draw a vertical graph with a list of coefficients and confident intervalToday I found a very nice way to present our result by using the vertical line with the coefficients…
How to get a table that count the frequency and percentage of two variables by yearHello! I have a dataset with the following variables: Year, Symbol (to identify which firm it is), …
How to match questionnaire updates with the shortest interval to a fixed date.Dear Statalist, I just want to check if this is ok or if there is a more elegant way to tidy up a m…
Using label names in loop to export to excelHi, My objective is to create separate excel files for each potential value of a string variable ca…
Subscribe to:
Post Comments (Atom)
0 Response to Boxplots in STATA
Post a Comment