Question

In: Statistics and Probability

A team of sports scientists want to know if having a dietitian as part of the...

A team of sports scientists want to know if having a dietitian as part of the staff is better at producing divisional basketball champions than current ad-libitum (as desired) nutritional practices. Of the ad-libitum, 12 were champions and 18 were non-champions. Of the dietician-tailored, 7 were champions and 8 were non-champtions. What can they conclude?

Choose the most correct answer.

Select one:

a. After performing a 2 x 2 chi square test, no significant difference between champion and non-champion basketball teams was found between the two dietary approaches (χ2 = 0.18, df = 1, p < .05).

b. After performing a 2 x 2 chi square test, no significant difference between champion and non-champion basketball teams was found between the two dietary approaches (χ2 = 0.18, df = 1, p > .05).

c. After performing a 2 x 2 chi square test, no significant difference between champion and non-champion basketball teams was found between the two dietary approaches (χ2 = 0.01, df = 1, p < .05).

d. After performing a 2 x 2 chi square test, a significant difference between champion and non-champion basketball teams was found between the two dietary approaches (χ2 = 0.01, df = 1, p < .05).

e. After performing a 2 x 2 chi square test, a significant difference between champion and non-champion basketball teams was found between the two dietary approaches (χ2 = 3.84, df = 1, p < .05).

Solutions

Expert Solution

create and contingenct table with 2 rows and 2 columns

with chisq.test fucntion perform chi sq test on contingency table

Ho:no asscociation   between champion and non-champion basketball teams was found between the two dietary approaches

Ha:there is an association between champion and non-champion basketball teams was found between the two dietary approaches

Rcode:

R1 = c(12,18)
R2 = c(7,8)
rows = 2
contingencytable = matrix(c(R1, R2),
nrow=rows,
byrow=TRUE)
colnames(contingencytable) = c("champions ", "non-champions") # Naming the rows and columns
rownames(contingencytable) = c("Diet1","Diet2") # columns is optional.

contingencytable

chisq.test(contingencytable,correct=FALSE)

Output:

Pearson's Chi-squared test

data: contingencytable
X-squared = 0.18219, df = 1, p-value = 0.6695

X-squared = 0.18219, p=0.6695,p>0.05

Fail to reject Ho

b. After performing a 2 x 2 chi square test, no significant difference between champion and non-champion basketball teams was found between the two dietary approaches (χ2 = 0.18, df = 1, p > .05)


Related Solutions

As the owner of a successful private practice you want to employ a dietitian for a...
As the owner of a successful private practice you want to employ a dietitian for a new clinic commencing next month. The most experienced applicant has recently moved to Australia from England and has over 20 years dietetics experience at a large teaching hospital. What are the clinical governance issues raised by this scenario and what strategies would you use to guide your decision making.
A sports psychologist is part of a team of researchers collecting descriptive psychological, mental, performance and...
A sports psychologist is part of a team of researchers collecting descriptive psychological, mental, performance and physiological data on male and female high school athletes. One of the variables is Intelligence Quotient (IQ) as assessed by the Stanford-Binet Intelligence Scale (5th Ed. 2003). A sample of athletes (n=61) provided the following statistics: mean±sX = 97±16. The parameter µ for IQ is thought to be 100.   Test H0: X=µ at α=0.05÷2 (a 2-tailed test). Step #1 – State H0: and HA:...
Why might the doctor want to know if the patient is having a primary or secondary...
Why might the doctor want to know if the patient is having a primary or secondary immune response?
The following couples plan to marry and want to know the chance of having a child...
The following couples plan to marry and want to know the chance of having a child with the following diseases. You are a genetic counselor who needs to answer their questions. Write out the genotypes of the crosses and perform a Punnett square to determine the probability of the child inheriting the disease.             a. an affected father and carrier mother for color blindness (X-linked recessive)             b. an unaffected father and a carrier mother for hemophilia (X-linked recessive)            ...
A team of researchers has developed a new weight loss supplement. They want to know if...
A team of researchers has developed a new weight loss supplement. They want to know if patients who use the new supplement for four weeks lose any weight. The supplement has some minor side effects including mild headaches and achiness. If the researchers obtain evidence of weight loss they will proceed to produce the supplement commercially and sell it for a large profit. If they do not obtain evidence of weight loss, the project will be ended. State the null...
A team of researchers have developed a new weight loss drug. They want to know if...
A team of researchers have developed a new weight loss drug. They want to know if patients who use the new drug for two weeks lose any weight. The drug has some minor side effects including mild headaches and achiness. If the researchers obtain evidence of weight loss they will proceed to produce the drug commercially and sell it for a large profit. If they do not obtain evidence of weight loss they will end the project. [70 points] What...
Develop a written capital acquisition plan for a minor league sports team. The sports team needs...
Develop a written capital acquisition plan for a minor league sports team. The sports team needs to raise $1,000,000 to pay for stadium renovations. Their seasonal profit is $100,000. What methods could they use to acquire the needed capital? Discuss three methods of raising the necessary funds and the benefits and drawbacks of each.
Develop a written capital acquisition plan for a minor league sports team. The sports team needs...
Develop a written capital acquisition plan for a minor league sports team. The sports team needs to raise $1,000,000 to pay for stadium renovations. Their seasonal profit is $100,000.
A researchers want to know if gender and having health care as a primary voting issue is related.
A researchers want to know if gender and having health care as a primary voting issue is related. They survey 275 Americans of voting age and the results are summarized in the table below. Is there sufficient evidence to determine if gender and health care as a primary voting issue are related?....................................................Male | Female | TotalHealth Care Primary Issue............{69} | {72} | {141}Health Care Not Primary Issue.....{81} | {53} | {134}Total..............................................{150} | {125} | {275}(a) State the null and alternative...
You're having an animated discussion with your future boss. They want to know why they should...
You're having an animated discussion with your future boss. They want to know why they should bother learning qualitative research, when SPSS can do so much with a click of a button. Please explain the pros and cons of the content analysis and force field analysis. When should we use these?
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT