Answered step by step
Verified Expert Solution
Question
1 Approved Answer
plliil a list of liciuue Th your listing the student ID, GPA, URE, and INDEX. 1.2 You have collected the following information on some participants
plliil a list of liciuue Th your listing the student ID, GPA, URE, and INDEX. 1.2 You have collected the following information on some participants in a diet program: Variable Starting Ending Column Column Name Description Type Subject number Height in inches SUBJ HEIGHT WT INIT Initial weight (in pounds) Numerie WT FINAL Final weight Character Numeric Numeric Reading the following data lines, create a SAS data set using column input. Include in this data set three computed variables called BMI INIT (BMI stands for body mass index), BMI FINAL, and BMI DIFF Computed BMI is a person's weight (in kilo- grams) divided by their height (in meters) squared. To convert pounds to kilograms,di vide by 2.2: to convert inches to meters, multiply by 0254. BMI DIFF is BMI_FINAL minus BMI INIT. Note: Large values of BMI indicate more overweight individuals Therefore, if the diet program is working, BMI DIFF should come out negative (a) (b) Print out a listing of this data set in subject number order. Include in the listing only the variables SUBJ, HEIGHT, BMI INIT, BMI FINAL, and BMI DIFF Here is some sample data for you to use: 00768155150 00272250240 00563240200 00170345298
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started