powered by
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.
mice_weights
An object of class "data.frame".
"data.frame"
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.
mice_weights |> head() with(mice_weights, table(sex, diet))
Run the code above in your browser using DataLab