Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: re: Venn diagram


From   Kit Baum <[email protected]>
To   [email protected]
Subject   st: re: Venn diagram
Date   Mon, 19 Oct 2009 10:09:45 -0400

sysuse auto
generate x1 = (mpg<15)
generate x2 = (headroom<3.5)
generate x3 = (trunk<10)
generate x4 = (weight<3000)
* tab x1
* tab x2
* tab x3
* tab x4

// This works fine
venndiag x1  x2  x3 , square show(c d p 1)

// This does not work
// I get an error message in a popup-window telling me that Stata has found
// a problem and has to quit (do you want to send an error-report to
// Microsoft).
venndiag x1  x2  x3 x4 , ellipse show(c d p 1)



The latter command works fine for me with the SSC version of venndiag, Stata 11, Mac OS X 10.6.

Kit Baum   |   Boston College Economics & DIW Berlin   |   http://ideas.repec.org/e/pba1.html
An Introduction to Stata Programming | http://www.stata-press.com/books/isp.html
   An Introduction to Modern Econometrics Using Stata  |   http://www.stata-press.com/books/imeus.html

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index