powered by
Crawling age of babies along with the average outdoor temperature at 6 months of age.
data("babies.crawl")
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
April
August
December
February
January
July
June
March
May
November
October
September
avg_crawling_age
a numeric vector
SD
n
temperature
# NOT RUN { data(babies.crawl) plot(babies.crawl$temperature, babies.crawl$avg_crawling_age) # }
Run the code above in your browser using DataLab