Instructions
GENERAL INSTRUCTIONS: The file found under Midterm Examination Data Set (in Canvas Files) is the data set for patients admitted in a hospital. It contains 10 columns shown under the first row of the said data set. The first column represents the Respondent ID for tracking purposes, and the remaining 9 columns represent the variables under investigation. The variable labels and specified values are shown below:
Each instance represents individual patients and their various medical attributes along with diabetes classification
Number of Instances: 768
Number of Attributes: 9
Pregnancies: Number of pregnancies
PG Concentration: Plasma glucose at 2 hours in an oral glucose tolerance test
Diastolic BP: Diastolic Blood Pressure (mm Hg)
Tri Fold Thick: Triceps Skin Fold Thickness (mm)
Serum Ins: 2-Hour Serum Insulin (mu U/ml)
BMI: Body Mass Index: (weight in kg/ (height in m)^2)
DP Function: Diabetes Pedigree Function
Age: Age (years)
Diabetes: Whether or not the person has diabetes (0 = Healthy, 1 = Sick)
Question 1: Read or import the Diabetes Data from Excel to IBM-SPSS and label appropriately.
Upload the converted file in SPSS here.
Question 2: Recode the following variables: Pregnancies to Pregnancies1, BMI to BMI1, and Age to Age1. Use the following values:
Pregnancies1: 1 = 0-3, 2 = 4-6, 3 = 7-10, & 4 = Above 10
BMI1: 1 = Underweight (Below 18.5 kg/m2); 2 = Normal Weight (18.5 - 24.9); 3 =
Overweight (25.0 - 29.9); 4 = Obese (30.0 & above)
Age1: 1 = Below 25 years old; 2 = 25 - 34; 3 = 35 - 44; 4 = 45 - 54; 5 = 55 years old &
above
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme