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
Dynamic factor modelHello, I'm trying to run a very simple DFM but I'm having some issues. Here is the task. I have two …
Data restructuring tableI have a lot of files which are originally tables. I want to restructure the dataset, basically tran…
Error message after xtwestDear Statalisters, I'm a longtime occasional lurker and a firsttime poster. I'm using 15.1. I have a…
xtlogit: fixed or random effects?Dear Stata users, I have an unbalanced panel data-set (missing about 3.5% of observations, with i=1…
Adding formatted values as text in a graphHi everyone, I was wondering if there is a way to format the values we enter as text in a graph. Co…
Subscribe to:
Post Comments (Atom)
0 Response to kdensity for 10,000 variables
Post a Comment