Mice Weight Data for One Sample Mean Test
Contains the weight of 10 mice. The question is whether the average weight of the mice differs from 25g.
A one sample t-test can be performed to answer to this question.
data("mice")
A data frame with 10 rows and 2 columns
data(mice) head(as.data.frame(mice))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.