Dear all,
I need to create a smallest datafile to work on it for logistic regression In EPIINFO6 it was very easy. the command was:
route c:\data\preclog.rec
write recfile chgt multi capot diaf foam withdraw cream depo rythm pil iud \
precl \
For epidata it is logopen "c:\data\preclog.rec"
but after, write recfile does nor work in Epidata
What is the process please?
Thanks
Dr Pierre-Yves Robillard Réanimation néonatale et pediatrique, néonatologie Centre Hospitalier Régional Groupe Hospitalier Sud-Réunion BP 350. 97448 Saint-Pierre cedex Ile de la réunion _____
From: epidata-list-request@lists.umanitoba.ca To: epidata-list@lists.umanitoba.ca Sent: Fri, 12 Apr 2019 21:00:30 +0400 Subject: EpiData-list Digest, Vol 181, Issue 4
Send EpiData-list mailing list submissions to epidata-list@lists.umanitoba.ca
To subscribe or unsubscribe via the World Wide Web, visit http://lists.umanitoba.ca/mailman/listinfo/epidata-list or, via email, send a message with subject or body 'help' to epidata-list-request@lists.umanitoba.ca
You can reach the person managing the list at epidata-list-owner@lists.umanitoba.ca
When replying, please edit your Subject line so it is more specific than "Re: Contents of EpiData-list digest..."
EpiData-list mailing list ___________________________________
Today's Topics:
1. Re: Problems appending files (EpiData development and support)
----------------------------------------------------------------------
Message: 1 Date: Thu, 11 Apr 2019 19:09:30 +0200 From: EpiData development and support epidata-list@lists.umanitoba.ca To: EpiData development and support epidata-list@lists.umanitoba.ca Subject: Re: [EpiData-list] Problems appending files Message-ID: 1c40e7a2-df66-7ec2-3a02-ec373ce19e14@tbrieder.org Content-Type: text/plain; charset=utf-8; format=flowed
Dear Omar Bautista:
In the new analysis, this would be the grammar if you would wish to append the four files a.epx, b.epx, c.epx, d.epx and to sa ve them to a new file abcd.epx that you can then use henceforth:
cls; read "a.epx"; append !fn := "b.epx"; append !fn := "c.epx"; append !fn := "d.epx";
save "abcd.epx" !replace;
Best regards,
Hans
On 10-Apr-19 20:20, EpiData development and support wrote:
?Thanks! Very well explained.
I'm now exporting the data from EpiData using STATA format, on separate files. And then handling some merge-append functions within R. I will record the commands to run them as a little R script to make it more automatic. At least, this is working. But it would be great, in a near future, to learn how to solve this automatic id problem within EpiData.
Cheers,