How much weight a woman should gain during pregnancy depends
on how much she weighed before conceiving and how appropriate
that weight is for her height as expressed by the "body mass index," or BMI
D. E.
How much weight a woman should gain during pregnancy depends
on how much she weighed before conceiving and how appropriate
that weight is for her height as expressed by the "body mass index," or BMI
The guidelines for pregnancy weight gain are issued by the Institute of Medicine (IOM).
The calculator takes 2 inputs:
The user selects the relevant values using a sidebar panel.
The user's BMI is calculated in the main panel using the following formula:
pBMI<-function(Weight,Height) {
if (Weight==0 | Height==0) return(NA)
else return(round(Weight/(Height/100)^2,1))
}
The user's recommended pregnancy weight gain is printed out below the BMI figure.
Thank you
Visit the following URL to see the finished product
Pregnancy Weight Gain Calculator
The code is also available on github
For more information on weight gain during pregnancy visit