Skip to content

Regression examples using data from Skibiel et al 2010. "The evolution of the nutrient composition of mammalian milks"

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

brouwern/mammalsmilk

Repository files navigation

mammalsmilk

The goal of mammalsmilk is to replicate the analyses of Skibiel et al 2013 "The evolution of the nutrient composition of mammalian milks" and illustrate regression modeling techinques using these data.

Installation

You can install the developement version of mammals milk from GitHub using the devtools package

#install devtools if needed
## install.packages("devtools")

#load devtools
library(devtools)

#download from github
dvetools::install_github("brouwern/mammalsmilk")

#load into R
library(mammalsmilk)

Example

mammalsmilk contains data by Skibiel et al (2013) on the relationship between various life history and morphological traits and milk composition. For example, carnivores produce milk with a much higher fat content than herbivores and omnivores.

library(ggpubr)
data(milk)
ggboxplot(data = milk,
y = "fat", 
x ="diet",
fill = "diet")

About

Regression examples using data from Skibiel et al 2010. "The evolution of the nutrient composition of mammalian milks"

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages