Hi,
I need to do a Pareto chart in his original form, not in the modified version implemented with pdplot. Is there any ado file or any other way to do it?
Is there any way to do it in stata? I'm trying to combine bar or histogram and line, but no way to do it. One of the problem in that my variable of interest is categorical and since I have to do a loop for about 100 graph, I cannot recode variable in descending order every time.
I could succeed in by combine
graph bar (count), over(Categoria, sort(1) descending) ------------------ the sort option allow me to order items according to freq
and
line cum Categoria, yaxis(2) sort
but there is no way to do it
On the other hand with twoway graph, that allows me to combine bar and line, I'm not abre to use the sort option
Many thanks
Related Posts with How to do a Pareto Chart
renvars commandHi, I am trying to run the renvars command but it keeps on giving me a particular error. Command: r…
command and interpretation for categorical dummy interactionDear Statalist, I am using ordered logistic regression, depvar: 5-scale happiness level (women only…
Simulate correlated binary variablesHi, I would like to simulate correlated binary variables. Theoretically, I should have been able t…
Re coding many variable simultaneouslyHiii All, I am using a datasheet which have many categorical variables like v1, v2 , v3, v4, v5 ....…
Problem with import delimited - characters "¿" "1/2" "1/4" etcHi everyone, I want to import a public data set of standardized tests in Colombia. This information…
Subscribe to:
Post Comments (Atom)
0 Response to How to do a Pareto Chart
Post a Comment