Learn R Programming

datarium (version 0.1.0)

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

Arguments

Format

A data frame with 10 rows and 3 columns

Examples

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

Run the code above in your browser using DataLab