Hi, tried to generate a venn diagram with Stata 18 with the following commands
the command went through but no diagram was printed. Any idea why this is? Thanks so much.
Code:
venndiag var1 var2 var3, c1(1) c2(1) c3(1) circle label(cd) show(pc)/* */t1(var1) /* */t2(var2) t3(var3) print
Comment