Thanks ever so much Pedro, Richard and Marcel. I was away and just returned. I am sure your suggestions and insights will amply address my my question. Regards, Ali
On 4/13/07, epidata-list-request@lists.umanitoba.ca < epidata-list-request@lists.umanitoba.ca> wrote:
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:
- Re: EpiData-list Digest, Vol 42, Issue 5 (epidata-list@lists.umanitoba.ca)
- Re: Re: EpiData-list Digest, Vol 42, Issue 5 (epidata-list@lists.umanitoba.ca)
- AW: [EpiData-list] BMI Calculation (epidata-list@lists.umanitoba.ca)
Message: 1 Date: Thu, 12 Apr 2007 15:39:31 -0300 From: epidata-list@lists.umanitoba.ca Subject: [EpiData-list] Re: EpiData-list Digest, Vol 42, Issue 5 To: epidata-list@lists.umanitoba.ca Message-ID: a37cfb5a0704121139lba5854ex3941892ba45d43a1@mail.gmail.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Dear Ali,
It seems to be a simple task. First, as far as I know the BMI is calculated as weight/(heigh*heigh). However this values should be in Kg and m. If you have the data in pounds and feet, then youl should transform them before. To make it easier, create a variable in the qes file with this information.
qes file
v1 heigh in feet ##.# v2 heigh in m #.## v3 weight in pound ###.## v4 weight in Kg ###.# v5 bmi ##.##
chk file
v1 after entry let v2 = round(v1*0,4536) end end
v2 noenter end
v3 after entry let v4=round(v3/3,28) end end
v4 noenter end
v5 before entry let v5=v4/(v2*v2) goto v6 end end
I hope this works fine for you because didnt test it! ;)
Succes, Pedro Emmanuel Brasil
2007/4/12, epidata-list-request@lists.umanitoba.ca < epidata-list-request@lists.umanitoba.ca>:
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:
- BMI Calculation (epidata-list@lists.umanitoba.ca)
Message: 1 Date: Thu, 12 Apr 2007 08:12:37 -0400 From: epidata-list@lists.umanitoba.ca Subject: [EpiData-list] BMI Calculation To: epidata-list@lists.umanitoba.ca Message-ID: 9aeb5bc30704120512q55329040pc02a85328844f8d1@mail.gmail.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Thanks. I just recently started using Epidata, and I need some help on creating
a
Check string for automatically calculating BMI using Weight and Height
(in
pounds and feet/inches). Thanks, again.
-- Ali B. Mansaray MANSA Consulting Services 6530 Davidson Road Columbia, SC 29209 803-381-6864 ali.mansaray@gmail.com
EpiData-list@lists.umanitoba.ca http://lists.umanitoba.ca/mailman/listinfo/epidata-list
End of EpiData-list Digest, Vol 42, Issue 5
Message: 2 Date: Thu, 12 Apr 2007 11:56:52 -0700 (PDT) From: epidata-list@lists.umanitoba.ca Subject: Re: [EpiData-list] Re: EpiData-list Digest, Vol 42, Issue 5 To: epidata-list@lists.umanitoba.ca Message-ID: 797297.78297.qm@web43146.mail.sp1.yahoo.com Content-Type: text/plain; charset=iso-8859-1
I useful little trick I picked up for us crazy Americans who insist on using inches and pounds: Calculate pounds/(height in inches)^2. Multiple the result by 703.0814 (or however precise you want the result) and you have BMI.
Richard Herrell NIMH
epidata-list@lists.umanitoba.ca wrote: Dear Ali,
It seems to be a simple task. First, as far as I know the BMI is calculated as weight/(heigh*heigh). However this values should be in Kg and m. If you have the data in pounds and feet, then youl should transform them before. To make it easier, create a variable in the qes file with this information.
qes file
v1 heigh in feet ##.# v2 heigh in m #.## v3 weight in pound ###.## v4 weight in Kg ###.# v5 bmi ##.##
chk file
v1 after entry let v2 = round(v1*0,4536) end end
v2 noenter end
v3 after entry let v4=round(v3/3,28) end end
v4 noenter end
v5 before entry let v5=v4/(v2*v2) goto v6 end end
I hope this works fine for you because didnt test it! ;)
Succes, Pedro Emmanuel Brasil
2007/4/12, epidata-list-request@lists.umanitoba.ca < epidata-list-request@lists.umanitoba.ca>:
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:
- BMI Calculation (epidata-list@lists.umanitoba.ca)
Message: 1 Date: Thu, 12 Apr 2007 08:12:37 -0400 From: epidata-list@lists.umanitoba.ca Subject: [EpiData-list] BMI Calculation To: epidata-list@lists.umanitoba.ca Message-ID: 9aeb5bc30704120512q55329040pc02a85328844f8d1@mail.gmail.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Thanks. I just recently started using Epidata, and I need some help on creating
a
Check string for automatically calculating BMI using Weight and Height
(in
pounds and feet/inches). Thanks, again.
-- Ali B. Mansaray MANSA Consulting Services 6530 Davidson Road Columbia, SC 29209 803-381-6864 ali.mansaray@gmail.com
EpiData-list@lists.umanitoba.ca http://lists.umanitoba.ca/mailman/listinfo/epidata-list
End of EpiData-list Digest, Vol 42, Issue 5
EpiData-list mailing list EpiData-list@lists.umanitoba.ca http://lists.umanitoba.ca/mailman/listinfo/epidata-list
Never miss an email again! Yahoo! Toolbar alerts you the instant new Mail arrives. Check it out.
Message: 3 Date: Fri, 13 Apr 2007 07:26:40 +0200 From: epidata-list@lists.umanitoba.ca Subject: AW: [EpiData-list] BMI Calculation To: epidata-list@lists.umanitoba.ca Message-ID: 96551DCE4DCEF546921A8AF2F60826B0ED10CE@mx.ispm.unibe.ch Content-Type: text/plain; charset="iso-8859-1"
Have a look at the many available documentations on the web. A similar thing (calculating age from date of birth) is included on page 6 of a very useful intro (A brief overview of EpiData software) to be found on http://www.tbrieder.org/ (follow icon to "Revised EpiData course") marcel
-----Ursprüngliche Nachricht----- Von: epidata-list@lists.umanitoba.ca [mailto: epidata-list@lists.umanitoba.ca] Gesendet: Donnerstag, 12. April 2007 14:13 An: epidata-list@lists.umanitoba.ca Betreff: [EpiData-list] BMI Calculation
Thanks. I just recently started using Epidata, and I need some help on creating a Check string for automatically calculating BMI using Weight and Height (in pounds and feet/inches). Thanks, again.
-- Ali B. Mansaray MANSA Consulting Services 6530 Davidson Road Columbia, SC 29209 803-381-6864 ali.mansaray@gmail.com
EpiData-list@lists.umanitoba.ca http://lists.umanitoba.ca/mailman/listinfo/epidata-list
End of EpiData-list Digest, Vol 42, Issue 6