This data set contains information on 78 people using one of three diets. The dataset is primarily used for ANOVA.
Variable name |
Variable |
Data type |
Person |
Participant number |
|
gender |
Gender, 1 = male, 0 = female |
Binary |
Age |
Age (years) |
Scale |
Height |
Height (cm) |
Scale |
preweight |
Weight before the diet (kg) |
Scale |
Diet |
Diet |
Binary |
weight10weeks |
Weight after 10 weeks (kg) |
Scale |
weightLOST |
Weight lost after 10 weeks (kg) |
Scale |
Research questions:
Technique |
Research question |
|
1. Paired t-test |
Ignore diet and test to see if weight has been lost |
|
2. Compute variable |
Remove weight lost and get students to calculate it using before/after weights |
|
3. Summary statistics |
Summary statistics by diet |
|
4. One way ANOVA |
Which diet was best for losing weight? |
Are there gender differences for weight lost? |
5. Two-way ANOVA |
Effect of diet and gender on weight lost |
|
6. Interactions |
Means plot of weight lost by diet and gender |
|
7. ANCOVA |
Add height to either ANOVA |
|
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