Learn R Programming

datarium (version 0.1.0)

mice: Mice Weight Data for One Sample Mean Test

Description

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.

Usage

data("mice")

Arguments

Format

A data frame with 10 rows and 2 columns

Examples

Run this code
# NOT RUN {
data(mice)
head(as.data.frame(mice))
# }

Run the code above in your browser using DataLab