Compute BMI with SPSS & STATA

 If you mean that the height is 168 cm which would be plausible 
for 68kg 
This is the formula
compute bmi = weight / ((height/100)**2) .


sedangkan untuk Stata, rumusnya adalah

 gen BMI =  weight/(( heigth/100)^2)

udah, gitu aja

Comments

Popular posts from this blog

Sum up and create new variable with STATA

How to Cronchbach Alpha with STATA

How to perform test of Normality Data with STATA