Re: How to jump a line in a Warning box?
Hi, Sophie,
It should be a backslash "\n". Your syntax should be as below: BEFORE ENTRY HELP "Mesurez le périmètre à mi-distance*\n* entre le rebord postérieur de l’acromion et le sommet de l’olécrane" END
Best wishes, Zaw
On Mon, Oct 10, 2011 at 6:00 PM, epidata-list-request@lists.umanitoba.cawrote:
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:
- How to calculate age (epidata-list@lists.umanitoba.ca)
- How to jump a line in a Warning box? (epidata-list@lists.umanitoba.ca)
- Chi square for tren (epidata-list@lists.umanitoba.ca)
- Re: Chi square for tren (epidata-list@lists.umanitoba.ca)
- How to calculate chi square for trend (epidata-list@lists.umanitoba.ca)
Message: 1 Date: Sun, 9 Oct 2011 19:08:30 +0200 From: epidata-list@lists.umanitoba.ca Subject: [EpiData-list] How to calculate age To: epidata-list@lists.umanitoba.ca Message-ID: BAY155-W179F539EAF514289D1437E97FC0@phx.gbl Content-Type: text/plain; charset="iso-8859-1"
Dear Hans, Thank you for your reply but I also saw this mistakes. Many thanks.
--Pièce jointe du message transmise-- From: epidata-list@lists.umanitoba.ca To: epidata-list@lists.umanitoba.ca Date: Sat, 8 Oct 2011 19:24:19 +0200Envoyer Subject: Re: [EpiData-list] How to calculate age
Dear Sophie:
You cannot have "BEFORE ENTRY" in a "NOENTER" field because no command in that field can ever be executed.
Better choose an "AFTER ENTRY" block in the field in which you added the last component that is needed to calculate the age, i.e., in the field DoB.
To this end you may try:
Your QES file: age ##.# recdate <Today-dmy> dob <dd/mm/yyyy> other _
Your CHK file: age NOENTER END
dob MUSTENTER AFTER ENTRY age=(recdate-dob)/365.25 END END
Regards,
Hans
On 20:59, epidata-list@lists.umanitoba.ca wrote:
Hello everybody, I am trying to write a syntax in .chk file to automatically calculate age
during the data entry from the today's date and the DoB.The syntax is :
" ddn MUSTENTER END
age NOENTER BEFORE ENTRY let age=ound(int((date-ddn)/(365.25)))) END END" The variables are coded in the .qes file as follows: {DATE} automatique<Today-dmy>{DDN} DATE DE NAISSANCE (DATE OF
BIRTH)<dd/mm/yyyy>{AGE} automatique ###
What's wrong with my syntax? Sincerely hope you can help me. Regards, Sophie PilleronPhD student.
-- Hans L Rieder, MD, MPH Jetzikofenstr 12 3038 Kirchlindach Switzerland
Tel: +41 31 829 4577 Mob: +41 79 321 9122 Web: http://www.tbrieder.org
--Pièce jointe du message transmise-- From: epidata-list@lists.umanitoba.ca To: epidata-list@lists.umanitoba.ca Date: Sat, 8 Oct 2011 20:04:14 +0200 Subject: [EpiData-list] How to calculate age
Many thanks Jamie. It works now. I will never have found out my mistake without your support. Thanks again. Sophie.
--Pièce jointe du message transmise-- From: epidata-list@lists.umanitoba.ca To: epidata-list@lists.umanitoba.ca Date: Sat, 8 Oct 2011 16:41:29 +0200 Subject: [EpiData-list] How to calculate age
Hello everybody, I am trying to write a syntax in .chk file to automatically calculate age during the data entry from the today's date and the DoB.The syntax is : " ddn MUSTENTER END
age NOENTER BEFORE ENTRY let age=(round(int((date-ddn)/(365.25)))) END END" The variables are coded in the .qes file as follows: {DATE} automatique <Today-dmy>{DDN} DATE DE NAISSANCE (DATE OF BIRTH) <dd/mm/yyyy>{AGE} automatique ### What's wrong with my syntax? Sincerely hope you can help me. Regards, Sophie PilleronPhD student.
--Pièce jointe du message transmise-- From: epidata-list@lists.umanitoba.ca To: epidata-list@lists.umanitoba.ca Date: Sat, 8 Oct 2011 12:42:47 -0400 Subject: Re: [EpiData-list] How to calculate age
You cannot have a field named DATE because that is the name of a function. EpiData doesn't complain when you do this, but you cannot use any function names as field names.
Jamie
On 2011-10-08, at 10:41 AM, epidata-list@lists.umanitoba.ca wrote:
let age=(round(int((date-ddn)/(365.25))))
Message: 2 Date: Sun, 9 Oct 2011 19:37:49 +0200 From: epidata-list@lists.umanitoba.ca Subject: [EpiData-list] How to jump a line in a Warning box? To: epidata-list@lists.umanitoba.ca Message-ID: BAY155-W509A6867E535C4760997897FC0@phx.gbl Content-Type: text/plain; charset="Windows-1252"
Hi everybody, I would like to have a two-line warning box. I saw that I need to add "/n" but this does not work.Here my syntax: armcirc MUSTENTER BEFORE ENTRY HELP "Mesurez le périmètre à mi-distance/n entre le rebord postérieur de l’acromion et le sommet de l’olécrane" END END I would appreciate if someone can help me. Sophie.
Message: 3 Date: Sun, 9 Oct 2011 21:54:56 +0200 From: epidata-list@lists.umanitoba.ca Subject: [EpiData-list] Chi square for tren To: epidata-list@lists.umanitoba.ca Message-ID: <CAEJOQjcQ1a2MdohdRM_DbYFwdLtKVqs-dey9Bqo7zKcCF30tOA@mail.gmail.com
Content-Type: text/plain; charset=ISO-8859-1
Dear all Hope you are doing well. I would appreciate it if you can kindly tell me how I can perform Chi square for trend in epidata analysis. Thanks a lot Mohammed
Message: 4 Date: Sun, 09 Oct 2011 22:36:52 +0200 From: epidata-list@lists.umanitoba.ca Subject: Re: [EpiData-list] Chi square for tren To: epidata-list@lists.umanitoba.ca Message-ID: 4E9205E4.1040604@epidata.dk Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 2011-10-09 21:54, epidata-list@lists.umanitoba.ca wrote:
Dear all Hope you are doing well. I would appreciate it if you can kindly tell me
how
I can perform Chi square for trend in epidata analysis. Thanks a lot Mohammed _______________________________________________ EpiData-list mailing list EpiData-list@lists.umanitoba.ca http://lists.umanitoba.ca/mailman/listinfo/epidata-list
Currently a chi square test for trend is NOT implemented. But it is quite easy.
Just do the tabulation (crosstable) and when you have the numbers. Start internet and get to the http://openepi.com webpage, where you can enter the table and get the statistic from the menu at "dose response" or the direct link: http://openepi.com/OE2.3/DoseResponse/DoseResponse.htm
If you have no direct internet link, you can download openepi when you have access and use without persistent internet connection.
regards Jens Lauritsen EpiData Association
Message: 5 Date: Mon, 10 Oct 2011 10:30:24 +0200 From: epidata-list@lists.umanitoba.ca Subject: [EpiData-list] How to calculate chi square for trend To: epidata-list@lists.umanitoba.ca Message-ID: <CAEJOQjcQ_dgW_TPK7r-xtLroK5QWJzgSOc5kOvXnD8fRy5z-MA@mail.gmail.com
Content-Type: text/plain; charset=ISO-8859-1
Dear all
Would you please let me know if we can can calculate chi square in EpiData analysis and if yes how we do that?
Thanks Mohammed
EpiData-list@lists.umanitoba.ca http://lists.umanitoba.ca/mailman/listinfo/epidata-list
End of EpiData-list Digest, Vol 96, Issue 4
participants (1)
-
epidata-list@lists.umanitoba.ca