home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / sci / med / 23202 < prev    next >
Encoding:
Text File  |  1992-12-30  |  3.5 KB  |  127 lines

  1. Newsgroups: sci.med
  2. Path: sparky!uunet!omen!caf
  3. From: caf@omen.UUCP (Chuck Forsberg)
  4. Subject: Re: Adiposity 101
  5. Organization: Omen Technology INC, Portland Rain Forest
  6. Date: Wed, 30 Dec 1992 10:29:22 GMT
  7. Message-ID: <1992Dec30.102922.11762@omen.UUCP>
  8. References: <1gq4p8INN2bb@mirror.digex.com> <1992Dec18.032726.3309@omen.UUCP> <17914@pitt.UUCP>
  9. Lines: 116
  10.  
  11. In article <17914@pitt.UUCP> geb@cs.pitt.edu (Gordon Banks) writes:
  12. >In article <1992Dec18.032726.3309@omen.UUCP> caf@omen.UUCP (Chuck Forsberg) writes:
  13. >>Jim and I were heavy from an early age.  Al was normal until
  14. >>puberty.  During high school none of us were morbidly obese,
  15. >>not be a long shot.  What we had was more like "middle age
  16. >>spread", without the gray hair.  I was 210 pounds when I was 15.
  17. >>Jim and I are at least twice as fat after multiple diet cycling.
  18. >>Diet cycling has not been as fattening for Al; this is
  19. >>consistent with the medical literature that notes those with
  20. >>childhood onset obesity are most susceptible to diet cycling.
  21. >
  22. >Well, if we are going to use the personal data, let us see what
  23. >kinds of cycles we are dealing with.  Keith gave his data, I
  24. >gave mine.  I was also 210 lbs at age 15 and 335 at age 25.
  25. >So when you cycled the deepest, what kind of weight loss are
  26. >we talking about?  Was it over 100 lbs?  Or are we talking about
  27. >25 lb cycles?  Did you ever go from being morbidly obese (let's
  28. >say > 300 lbs) to under 200 lbs?  How long did your longest
  29. >continual diet last?
  30.  
  31. I'm including my raw BMI data below, such as I have.  Some of the
  32. weights and heights were with clothes on possibly.  Data up to
  33. 5909 are from school report cards. Format is YYMM where 6900 is
  34. an estimate (Jan = 01). 
  35.  
  36. Major Diet activity: "diet table" with modest weight loss in
  37. soph and junior high school seasons.  6305 -> 6309 weight loss
  38. was a doctor supervised in hospital total fast (lettuce and
  39. vinegar).  The 340 to 202 weight loss was with Atkins, as was
  40. 280 to 224.4 (Atkins again).  Atkins side-effects were tiredness
  41. after intensive lunch hour exercise (warm-up laps, ten 50 yard
  42. races) and some instances of postural hypotension.  But I was
  43. younger then.
  44.  
  45. The 403 to 343 loss was a combination of Pearson&Shaw, Cambridge
  46. Diet, and 800 calories worth of Weight Watchers' frozen dinners,
  47. which resulted in hair loss, heart palpitations, funny looking
  48. fingernails, severe fatigue, stomach upsets, and piano legs.
  49.  
  50. As I recall we don't have good data from Gordon and some others.
  51. So let's get our information together and post it already.
  52.  
  53.  
  54. 4405    born
  55.  
  56. 4909    60    45
  57. 5005    62.5    47
  58. 5009    77.25    50
  59. 5012    75    50.5
  60. 5103    75    51.25
  61. 5105    72.5    52
  62. 5201    78    51.75
  63. 5203    82    52
  64. 5205    86    52
  65. 5306    95.75    54
  66. 5309    109    56
  67. 5405    126.5    58
  68. 5409    128.5    59.5
  69. 5506    132.5    60
  70. 5509    144    61.5
  71. 5606    147    62
  72. 5609    161    63.25
  73. 5706    181    65.5
  74. 5709    187    65.75
  75. 5806    179    67
  76. 5809    191    67.5
  77. 5909    215    68
  78. 5910    207.5    69
  79. 6103    191    70
  80. 6305    250    71
  81. 6309    190    71
  82. 6401    205    71
  83. 6600    270    71
  84. 6900    340    71
  85. 7110    302    71
  86. 7205    280    71
  87. 7306    230    71
  88. 7307    235    71
  89. 7402    214    71
  90. 7404    202    71
  91. 7512    274    71
  92. 7603    253    71
  93. 7607    265.3    71
  94. 7702    247.7    71
  95. 7703    246    71
  96. 7706    224.4    71
  97. 8703    351.5    71
  98. 8704    358    71
  99. 8808    403    71
  100. 8909    343    71
  101. 9005    370    71
  102. 9206    450    71
  103.  
  104. bmi.awk:
  105. # Usage:
  106. #    awk -f bmi.awk <table >out
  107. #
  108.  
  109. BEGIN    {
  110.     }
  111.     {
  112.         if ($3) {
  113.             bmi = 704 * $2;
  114.             bmi /= $3
  115.             bmi /= $3
  116.             printf "%d %d %d    bmi: %d\n", $1-4405, $2, $3, bmi;
  117.         }
  118.     }
  119. END    { 
  120.     }
  121.  
  122. -- 
  123. Chuck Forsberg WA7KGX          ...!tektronix!reed!omen!caf 
  124. Author of YMODEM, ZMODEM, Professional-YAM, ZCOMM, and DSZ
  125.   Omen Technology Inc    "The High Reliability Software"
  126. 17505-V NW Sauvie IS RD   Portland OR 97231   503-621-3406
  127.