<>
Although venndiag.ado has been updated to V 2.14, the ado-file still does
not work. Inspection reveals multiple strange characters that I identify as
ASCII 160. Replacing these with spaces repairs the ado-file. You can correct
this in a file editor or you can do the file surgery within Stata:
findfile venndiag.ado
local fn "`r(fn)'"
tempfile tmp
filefilter "`fn'" "`tmp'", from(\160d) to(" ") replace
copy "`tmp'" "`fn'", replace
discard
do venntest
...
Now works ok for me (Stata 10.1 on Mac).
I will notify Jens.
Kind regards,
Morten
--------------------------------------------------
Morten Andersen
Senior Researcher, MD, PhD
Research Unit for General Practice
Institute for Public Health
University of Southern Denmark
J.B. Winsloews Vej 9A
DK-5000 Odense C
Denmark
Phone +45 6550 3791
Fax +45 6550 3980
e-mail [email protected]
--------------------------------------------------
Den 01/04/09 17.23 skrev "Martin Weiss" <[email protected]> følgende:
>
> <>
>
> Does not crash my Stata 10, but comes back with
>
>
> *************
> unrecognized command: version invalid command name
> r(199);
> *************
>
> when I attempt to run venntest.do...
>
>
> HTH
> Martin
>
>
> -----Ursprüngliche Nachricht-----
> Von: [email protected]
> [mailto:[email protected]] Im Auftrag von Bryan Sayer
> Gesendet: Mittwoch, 1. April 2009 17:10
> An: [email protected]
> Betreff: Re: st: Re: status of upgraded venndiag
>
> When I attempt to use venndiag in Stata 10, something flashes by and it
> crashes Stata.
>
> Does anyone know how to get in touch with Jens? I got no reply to an
> e-mail I sent to the address associated with the 11/25/2007 posting.
>
> And as Martin states, the referenced web site no longer exists.
>
>
> Bryan Sayer
> Health Data Systems and Analysis (HDSA) Center
> Monday to Friday, 8:30 to 5:00
> Phone: (614) 442-7369
> FAX: (614) 442-7329
> [email protected]
> www.s-3.com
>
>
>
> Martin Weiss wrote:
>> <>
>>
>> Seems like the upgrade never happened: -findit venndiag- gives me
>>
>> ***
>> . which venndiag
>> c:\ado\plus\v\venndiag.ado
>> *! Venn Diagram graphs V 2.13 JM.Lauritsen (STB-xx: gr34.4)
>> *! v 2.13 correction of clear versus drop _all for Stata8
>> *! v 2.12 correction related to tempfile
>> *! dec1999 enhanced design (Stata 6 STB54, gr34.3 v2.11)
>> *! (Martin Villumsen sorted out mathematics on ellipses)
>> *! STB-47/48/49 gr34.2 (stata 5)
>> ***
>>
>> http://ideas.repec.org/c/boc/bocode/s361502.html does not have a newer
>> version, either. The site you wanted to -net from- no longer exists. (At
>> least that is what the Danish text seems to say when you paste the URL
> into
>> a browser)
>>
>> The example code draws weird-looking diagrams...
>>
>>
>>
>> HTH
>> Martin
>> _______________________
>> ----- Original Message ----- From: "Bryan Sayer" <[email protected]>
>> To: <[email protected]>
>> Sent: Tuesday, March 31, 2009 11:14 PM
>> Subject: st: status of upgraded venndiag
>>
>>
>>> Does anyone know a status of this from Jens Lauritsen dated Sun, 25
>>> Nov 2007 19:52:30 +0100 (I e-mailed Jens, but got no reply, and the
>>> link he provides here does not work):
>>>
>>> Kingsley requested to draw venn diagram (circle) in stata 9 but no
>>> graph came
>>>
>>> The problem is that the version of venndiag.ado which works with
>>> Stata9 (+ 10) was only available from me directly.
>>> I have uploaded a copy which you can get by: net describe venndiag,
>>> from(http://www.bola.suite.dk)
>>>
>>> Should work in Stata 9 and 10.
>>>
>>> By the way, quite interesting that the Venn diagrams stems from logic
>>> published by Venn around 1850.
>>>
>>> I should get the updated version sent to the archives and Stata J.
>>>
>>> Regards
>>> Jens Lauritsen
>>> Odense, Denmark, Author of Venndiag routine
>>> --
>>> Bryan Sayer
>>> Health Data Systems and Analysis (HDSA) Center
>>> Monday to Friday, 8:30 to 5:00
>>> Phone: (614) 442-7369
>>> FAX: (614) 442-7329
>>> [email protected]
>>> www.s-3.com
>>>
>>> *
>>> * 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/
>>>
>>
>> *
>> * 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/
> *
> * 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/
>
>
> *
> * 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/
*
* 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/