Question

In: Math

One part of this question I am getting wrong. I'm assuming it's the test statistic? I...

One part of this question I am getting wrong. I'm assuming it's the test statistic? I got 1 for Question C, and I got 5.432 for question b, and I got B for question C.

An undergraduate student performed a survey on the perceived physical and mental health of UBC students for her term project. She collected information by asking students whether they are satisfied with their physical and mental health status. 129 male and 157 female UBC students were randomly chosen to participate in the survey. After finishing the survey, she presented the following tables in her term project paper.

For both sexes:

Number of students
Perceived physical health, satisfied 229
Perceived physical health, not satisfied 57
Perceived mental health, satisfied 257
Perceived mental health, not satisfied 29

For male students:

Number of students
Perceived physical health, satisfied 108
Perceived physical health, not satisfied 21
Perceived mental health, satisfied 110
Perceived mental health, not satisfied 19

For female students:

Number of students
Perceived physical health, satisfied 121
Perceived physical health, not satisfied 36
Perceived mental health, satisfied 147
Perceived mental health, not satisfied 10

(a) To test independence of perceived physical health and sex, we want to use a chi-square model with  degree(s) of freedom.

(b) Compute the chi-square statistic used to test independence of perceived physical health and sex. Round your answer to 3 decimal places. For all intermediate steps, keep at least 6 decimal places.
Answer:

(c) Which of the following statements is correct based on the result of the Chi-square test?

A. At a 5% significance level, we reject the null hypothesis. There is strong evidence that perceived physical health and sex are associated.
B. At a 5% significance level, we do not reject the null hypothesis. There is little evidence that perceived physical health and sex are associated.
C. At a 5% significance level, we reject the null hypothesis. There is strong evidence that perceived physical health and sex are independent.
D. At a 5% significance level, we do not reject the null hypothesis. There is little evidence that perceived physical health and sex are independent.

Solutions

Expert Solution

Null hypothesis : Ho : perceived physical health and sex are independent

Alternative Hypothesis : Ha: perceived physical health and sex are not independent.

The data that corresponds to sex and perceived physical health are :

for male students

Perceived physical health, satisfied 108
Perceived physical health, not satisfied 21

For female students:

Number of students
Perceived physical health, satisfied 121
Perceived physical health, not satisfied 36

Consolidating the above tables into a 2x2 table

Observed Counts/Frequency Male Female Total
Perceived physical health, satisfied 108 121 229
Perceived physical health, not satisfied 21 36 57
Total 129 157 286

(a) Degrees of freedom = (Number of rows-1)x(Number of columns - 1)=(2-1)x(2-1)

(b)

Test Statistic

O : Observed Frequency

E: Expected Frequency

Expected frequency

E: Expected Count/Frequency Male Female
Perceived physical health, satisfied (229*129) / 286=103.290210 (229*157) / 286=125.709790
Perceived physical health, not satisfied (57*129) / 286=25.709790 (57*157) / 286 =31.290210
O E O-E (O-E)2 (O-E)2/E
108.000000 103.290210 4.709790 22.182124 0.214755
121.000000 125.709790 -4.709790 22.182124 0.176455
21.000000 25.709790 -4.709790 22.182124 0.862789
36.000000 31.290210 4.709790 22.182124 0.708916
Total 1.962915


chi-square statistic used to test independence of perceived physical health and sex = 1.962915

For 1 degree of freedom,

p-value =0.161202

Level of significance =5% ie. =0.05

As p-value : 0.1612 > :0.05, Fail to reject the null hypothesis.

(c) Which of the following statements is correct based on the result of the Chi-square test?

B. At a 5% significance level, we do not reject the null hypothesis. There is little evidence that perceived physical health and sex are associated.


Related Solutions

I did most of this problem theres only a part that I keep getting wrong or...
I did most of this problem theres only a part that I keep getting wrong or not getting. I need help figuring out the blank boxes. that says Purchasing and Power and Question 2. Rest is done Sequential Method Jasmine Company manufactures both pesticide and liquid fertilizer, with each product manufactured in separate departments. Three support departments support the production departments: Power, General Factory, and Purchasing. Budgeted data on the five departments are as follows: Support Departments Producing Departments Power...
I am getting confused on finding the ethical challanges to this question. I am understanding but...
I am getting confused on finding the ethical challanges to this question. I am understanding but second guessing my answers when it come to the elements and the Ethical Code Standards. 1. Identify an ethical challenge for each element (a-d) of Dr Lux advertising plan. Which General Principles and Ethical Code Standards best help understand why these elements may create ethical problems? Explain why. Case 5. Web-Based Advertising. Dr. Lux, an applied developmental psycholgoist, has created his own community consulation...
I'm getting an error with my code on my EvenDemo class. I am supposed to have...
I'm getting an error with my code on my EvenDemo class. I am supposed to have two classes, Event and Event Demo. Below is my code.  What is a better way for me to write this? //******************************************************** // Event Class code //******************************************************** package java1; import java.util.Scanner; public class Event {    public final static double lowerPricePerGuest = 32.00;    public final static double higherPricePerGuest = 35.00;    public final static int cutOffValue = 50;    public boolean largeEvent;    private String...
I am having problems getting the second button part of this to work. this is for...
I am having problems getting the second button part of this to work. this is for visual basic using visual studio 2017. Please help. Create an application named You Do It 4 and save it in the VB2017\Chap07 folder. Add two labels and two buttons to the form. Create a class-level variable named strLetters and initialize it to the first 10 uppercase letters of the alphabet (the letters A through J). The first button’s Click event procedure should use the...
Can someone please tell me why I am getting errors. I declared the map and it's...
Can someone please tell me why I am getting errors. I declared the map and it's values like instructed but it's telling me I'm wrong. #include <iostream> #include <stdio.h> #include <time.h> #include <chrono> #include <string> #include <cctype> #include <set> #include <map> #include "d_state.h" using namespace std; int main() { string name; map<string,string> s; map<string,string>::iterator it; s[“Maryland”] = "Salisbury"; s[“Arizona”] = "Phoenix"; s[“Florida”] = "Orlando"; s[“Califonia”] = "Sacramento"; s[“Virginia”] = "Richmond"; cout << "Enter a state:" << endl; cin >> name;...
I am getting 7 errors can someone fix and explain what I did wrong. My code...
I am getting 7 errors can someone fix and explain what I did wrong. My code is at the bottom. Welcome to the DeVry Bank Automated Teller Machine Check balance Make withdrawal Make deposit View account information View statement View bank information Exit          The result of choosing #1 will be the following:           Current balance is: $2439.45     The result of choosing #2 will be the following:           How much would you like to withdraw? $200.50      The...
Using dev c++ I'm having trouble with classes. I think the part that I am not...
Using dev c++ I'm having trouble with classes. I think the part that I am not understanding is sending data between files and also using bool data. I've been working on this program for a long time with many errors but now I've thrown in my hat to ask for outside help. Here is the homework that has given me so many issues: The [REDACTED] Phone Store needs a program to compute phone charges for some phones sold in the...
I am very confused about how to find the critical value of the test statistic. I...
I am very confused about how to find the critical value of the test statistic. I have found the test statistic of 5.636, with 1% significance level and two degrees of freedom. How do I calculate the critical value? Geneticists examined the distribution of seed coat color in cultivated amaranth grains, Amaranthus caudatus. Crossing black-seeded and pale-seeded A. caudatus populations gave the following counts of black, brown, and pale seeds in the second generation. Seed Coat Color black brown pale...
I do not know why I keep getting this question wrong, I triple checked my work!...
I do not know why I keep getting this question wrong, I triple checked my work! A distribution of values is normal with a mean of 80 and a standard deviation of 18. From this distribution, you are drawing samples of size 23. Find the interval containing the middle-most 40% of sample means: ANSWER HERE Enter your answer using interval notation. In this context, either inclusive or exclusive intervals would be acceptable. Your numbers should be accurate to 1 decimal...
The Table in my homework question below is completely wrong. I am not sure where I...
The Table in my homework question below is completely wrong. I am not sure where I went wrong in my calculations but coud you rework this question and answer the parts below?? Here are earnings per share for two companies by quarter from the first quarter of 2009 through the second quarter of 2012. Forecast earnings per share for the rest of 2012 and 2013. Use exponential smoothing to forecast the third period of 2012, and the time series decomposition...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT