Your friend is a clinical researcher studying the neurodegenerative disorder
Ask Expert

Be Prepared For The Toughest Questions

Practice Problems

Your friend is a clinical researcher studying the neurodegenerative disorder

Part 3

For the following scenario: a) produce the best graph of the data you can using R and b) perform the best statistical analysis that you can in R to test the hypothesis. Include your null and alternate hypotheses, your test statistic, the degrees of freedom and P value, a conclusion with regards to your statistical hypotheses, and an overall (biological) conclusion.

Your friend is a clinical researcher studying the neurodegenerative disorder Parkinson’s disease. Based on some preliminary research they hypothesized that regular coordinated movement may help to slow the progression of the disease. To test this, they randomly recruit 100 patient volunteers that have recently been diagnosed with Parkinson’s. Half of the patients attend dance classes twice a week, while the other half attend social group events twice a week that lack the dance component (control). After three months, patients’ progression was measured and recorded as either fast or slow based on expected average rates. 38 and 21 patients in the dance and control groups, respectively, were rated slow. After collecting the data your friend turns to you to complete the statistical analysis.

Hint
Science"Firstly, create the graph to visualize the data. Here, there are two groups (dance and control) so, in comparing the proportion of patients rated as slow in each group, a bar plot is suitable.# Create a data frame with the given dataparkinsons_data <- data.frame(  Group = c(""Dance"", ""Control""),  Slow = c(38, 21),  Fast = c(62, 79))# Calculate the proportions of slow p...

Know the process

Students succeed in their courses by connecting and communicating with
an expert until they receive help on their questions

1
img

Submit Question

Post project within your desired price and deadline.

2
img

Tutor Is Assigned

A quality expert with the ability to solve your project will be assigned.

3
img

Receive Help

Check order history for updates. An email as a notification will be sent.

img
Unable to find what you’re looking for?

Consult our trusted tutors.

Developed by Versioning Solutions.