Hello, I plan to make an illustrative graph to show kdensity graphs for about 10,000. I use the below coding
[QUOTE]
forvalues j = 1(1)10000 {
local call `call' (kdensity norm if id == `j' , legend(off)) ||
}
twoway `call' /QUOTE]
However, twoway returns to me saying there are two many graphs. Is there any other way that I can make a joint kdensity graph for such many variables?
Thank you.
Related Posts with kdensity for 10,000 variables
Graph of event study with interaction termDear Clyde and All, I would like to graph an event study with an interaction term. I am performing …
drop observations in long panel data set if variable changes over time, ignoring missing valuesI am working with data where certain time-invariant variables, e.g. sex and birth year, are changing…
Ask help for xttobit model with fixed effect.Stata cannot execute fixed effect panel tobit model of course, but what if I doubt the result of ran…
Multiple Regression Issues - Stata not showing any informationHi! I am trying to do a multiple regression but when I try to do it, I don't get any of the p-values…
Count variables without missings in rowHi, I have a panel data set and would like to count the number of "id"s that do not have any missin…
Subscribe to:
Post Comments (Atom)
0 Response to kdensity for 10,000 variables
Post a Comment