mice | R Documentation |
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.