Learn R Programming

Sleuth3 (version 1.0-3)

ex0125: Zinc concentrations for two groups of rats

Description

The data are the zinc concentrations (in mg/ml) in the blood of rats that received a dietary supplement and rats that did not receive the supplement.

Usage

ex0125

Arguments

Format

A data frame with 39 observations on the following 2 variables.

Group

a factor representing the group, with levels "A" for the dietary supplement group and "B" for the control group

Zinc

measured zinc concentration in mg/ml

Examples

Run this code
# NOT RUN {
str(ex0125)
# }

Run the code above in your browser using DataLab