I am new to Stata and have recently run into problems with the graph twoway and kdensity commands in Stata 13.1.
both produce the desired graphical output. But when running
I get a dialog box with the error message "Stata has stopped working" and Stata shuts down.
Has anyone experienced something similar or have a clue as to what I am missing? I am able to produce e.g. twoway scatter plots without Stata issuing the same error
Code:
kdensity x if x < 1000 kdensity y if y < 1000
Code:
twoway (kdensity x if x < 1000) (kdensity y if y < 1000)
Has anyone experienced something similar or have a clue as to what I am missing? I am able to produce e.g. twoway scatter plots without Stata issuing the same error
Comment