Learn R Programming

dslabs (version 0.7.5)

mice_weights: Mice weights

Description

Weights for mice under two diets: chow and high fat. Data provided by Karen Svenson from Jackson Laboratories. Funding to generate these data came from NIH grant P50 GM070683 awarded to Gary Churchill.

Usage

mice_weights

Arguments

Format

An object of class "data.frame".

Details

  • sex. The sex of the mice.

  • diet. The diet of the mice: chow or high fat.

  • body_weight. Body weight in grams at 12 weeks.

Examples

Run this code
mice_weights |> head()
with(mice_weights, table(sex, diet))

Run the code above in your browser using DataLab