openintro (version 1.7.1)

babies.crawl: Crawling age

Description

Crawling age of babies along with the average outdoor temperature at 6 months of age.

Usage

data("babies.crawl")

Arguments

Format

A data frame with 12 observations on the following 5 variables.

birth_month

a factor with levels April August December February January July June March May November October September

avg_crawling_age

a numeric vector

SD

a numeric vector

n

a numeric vector

temperature

a numeric vector

Examples

Run this code
# NOT RUN {
data(babies.crawl)
plot(babies.crawl$temperature, babies.crawl$avg_crawling_age)
# }

Run the code above in your browser using DataCamp Workspace