From 5f01e418d4b9d4f79053f3c2847d2b25e5779bc6 Mon Sep 17 00:00:00 2001 From: Amelia McNamara Date: Fri, 14 Apr 2017 12:12:31 -0400 Subject: [PATCH] Explain prop (#14) Fixes #12 --- R/data.R | 3 ++- man/babynames.Rd | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/R/data.R b/R/data.R index 2291958..e241be3 100644 --- a/R/data.R +++ b/R/data.R @@ -5,7 +5,8 @@ #' #' @format A data frame with five variables: \code{year}, \code{sex}, #' \code{name}, \code{n} and \code{prop} (\code{n} divided by total number -#' of applicants in that year). +#' of applicants in that year, which means proportions are of people of +#' that gender with that name born in that year). "babynames" #' Applicants. diff --git a/man/babynames.Rd b/man/babynames.Rd index da53a27..3440834 100644 --- a/man/babynames.Rd +++ b/man/babynames.Rd @@ -6,7 +6,8 @@ \title{Baby names.} \format{A data frame with five variables: \code{year}, \code{sex}, \code{name}, \code{n} and \code{prop} (\code{n} divided by total number - of applicants in that year).} + of applicants in that year, which means proportions are of people of + that gender with that name born in that year).} \usage{ babynames }