Description Usage Format Source Examples
Crawling age of babies along with the average outdoor temperature at 6 months of age.
1 | 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
avg_crawling_age
a numeric vector
SD
a numeric vector
n
a numeric vector
temperature
a numeric vector
J.B. Benson. Season of birth and onset of locomotion: Theoretical and methodological implications. In: Infant behavior and development 16.1 (1993), pp. 69-81. issn: 0163-6383.
1 2 | data(babies.crawl)
plot(babies.crawl$temperature, babies.crawl$avg_crawling_age)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.