Examlex

Solved

Consider a Study in Which Two Sets of 20 Mice

question 14

Essay

Consider a study in which two sets of 20 mice were given different amounts of caffeine in their drinking water. Members of the control group got none and members of the experimental group received 0.01% caffeine in their water. Their activity levels were measured using the mean number of minutes each mouse spent running on the wheel in their cage over a series of 14 nights.
Control treatment: mean = 305 minutes, standard deviation = 40 minutes
Caffeine treatment: mean = 340 minutes, standard deviation = 50 minutes
You may assume that the variances are equal for the purposes of conducting a two-sample t-test.
Perform a complete two-sample t-test. Summarize your results with a statement about the 95% confidence interval for the difference between the means, draw a figure showing the 95% confidence intervals for each treatment, present the t-test statistic and P-value for the two-sample test, and state your conclusion with regard to accepting or rejecting the null hypothesis and what this means for the effects of caffeine on mouse activity levels.


Definitions:

End-Of-String Character

A special character used in programming to mark the termination of a string, often represented as '\0' in C and C++.

String1[i]

String1[i] refers to accessing the ith character in the string named String1 in programming, where i is an index starting from 0.

End-Of-String Character

A special character used in programming to mark the termination of a string, typically the null character '\0'.

Strcopy

A function in C for copying one string into another, ensuring the destination string has enough space to accept the source string.

Related Questions