mice {datarium}R Documentation

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")

Format

A data frame with 10 rows and 2 columns

Examples

data(mice)
head(as.data.frame(mice))

[Package datarium version 0.1.0 Index]