Question: 4 . Create the following 5 variables ( in bold ) in the PHMC n = 1 0 0 ( 3 ) datafile using instructions

4. Create the following 5 variables (in bold) in the PHMC n=100(3) datafile using instructions from the class activity (see class activity step 2a and 2b).
a. Create Total Hgt_inches column (hint: 12 inch).
b. Create Total Hgt_meters column (hint: 1 inch =0.0254 m).
c. Create Weight_kg column (hint: 1 lb =0.453592 kg). You will use WSHOES(column BX). Formula: =BX2*0.453592.
Note 2 WSHOES values are missing, excel treats them as 0, thus remove these 2 rows of data.
d. Create BMI column: enter this formula in the next empty column. Formula: =FC2/FB2^2
e. Create BMI_categories column: enter the following entire formula in the next empty column to create new BMI categories:
=IF(FD2<=18.5,"Underweight",IF(AND(FD2>18.5,FD2<=24.9),"Normal",IF(AND(FD2>24.9,FD2<=29),"Overweight",IF(AND(FD2>29),"Obese","""")))).
f. For this step, you will use the Excel Analysis Toolpak similar to what we did in the class activity. Run descriptive statistics of Weight_kg
5. Use a Pivot Table to create a frequency table of BMI categories, similar to what we did in the class activity (see instructions under step 4 of the class activity).

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!