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
Expand each observation based on age in monthsDear Stata Users, I am dealing with a DHS data set. Here is what it looks like: ID number Age In…
Weighting in Stata when weight variable accounts for both sample-based and population-based corrections?Hello, I am using National Survey Data (specifically, UK LCF) for Regression Analysis that contains…
Correlation between dummy and continuous variablesHello everyone, I have panel data with countries and daily data on covid-19 outcomes at the country…
Replacing missing values with median (PANEL DATA)Hi, Statalist. I'm working on panel dataset where I want to replace the missing values in my column…
ARDL Co-Integration ApproachDear friends and colleagues, First of all, I would like to say that I'm new to this forum, so apolog…
Subscribe to:
Post Comments (Atom)
0 Response to kdensity for 10,000 variables
Post a Comment