Prepare a fictional data set in SPSS with following variables and 62 objects
• Gender (Female – Male)
• Height (in centimeters) (Between 150 cm and 185 cm)
• Weight (in kilograms) (Between 42 kg and 175 kg)
• Physical Score (Between 15 and 60)
• Calculate “Body Mass Index (BMI)”. The formula is:
o BMI = Weight / Height2 (in kg/m2)
|
Minimum |
Maximum |
Arithmetic Mean |
Std. Deviation |
Median |
Height |
|
|
|
|
|
Weight |
|
|
|
|
|
BMI |
|
|
|
|
|
Physical Score |
|
|
|
|
|
• Low 15 Physical score < 30
• Normal 30 Physical score < 45
• High 45 Physical score 60
|
Low |
Normal |
High |
N |
|
|
|
% |
|
|
|
• BMI < 18.50 category is “Underweight”
• 18.50 ≤ BMI < 25 category is “Normal”
• 25 ≤ BMI < 30 category is “Overweight”
• 30 ≤ BMI category is “Obese”
|
Minimum |
Maximum |
Arithmetic Mean |
Std. Deviation |
Median |
Height |
|
|
|
|
|
Weight |
|
|
|
|
|
BMI |
|
|
|
|
|
Physical Score |
|
|
|
|
|
1- How many low physical score males? …………
2- How many normal physical score females? …………
3- How many obese females? …………
4- How many overweight low physical score person? …………
5- How many underweight males? …………
6- What % of females has high physical score? …………
7- What % of normal physical score people are female? …………
8- What % of obsesses has low physical score? …………
9- What % of normal physical score people are male? …………
10-What % of total sample have low score & are obese? …………
1. Final complete SPSS data file.
2. Final SPSS output file that contains all the calculations asked.
3. This word document with all the related answers written on.
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