mice2 {datarium}R Documentation

Mice Weight Data for Paired-Samples Mean Test

Description

contains the weight of 10 mice before and after the treatment.

A paired-samples t-test can be performed to answer to this question.

Usage

data("mice2")

Format

A data frame with 10 rows and 3 columns

Examples

data(mice2)
head(as.data.frame(mice2))

[Package datarium version 0.1.0 Index]