Permalink
Browse files

Merge pull request #45 from bmschmidt/fishy-denmark

Correcting 'Germany' to 'Denmark'
  • Loading branch information...
2 parents 5453ae5 + 7797781 commit 035a584979f2b619a79eae6e242a10d7ec00c837 @lmullen lmullen committed on GitHub Sep 27, 2016
Showing with 6 additions and 6 deletions.
  1. +3 −3 R/gender.R
  2. +3 −3 man/gender.Rd
View
@@ -26,7 +26,7 @@
#' on an implementation by Cameron Blevins.) The \code{"ipums"} method looks
#' up names from the U.S. Census data in the Integrated Public Use Microdata
#' Series. (This method was contributed by Ben Schmidt.) The \code{"napp"}
-#' method uses census microdata from Canada, Great Britain, Germany,
+#' method uses census microdata from Canada, Great Britain, Denmark,
#' Iceland, Norway, and Sweden from 1801 to 1910 created by the
#' \href{https://www.nappdata.org/napp/}{North Atlantic Population Project}.
#' The
@@ -42,7 +42,7 @@
#' \code{"United States"} which will be assumed if no argument is specified.
#' For the \code{"napp"} method, you may specify a character vector with any
#' of the following countries: \code{"Canada"}, \code{"United Kingdom"},
-#' \code{"Germany"}, \code{"Iceland"}, \code{"Norway"}, \code{"Sweden"}. For
+#' \code{"Denmark"}, \code{"Iceland"}, \code{"Norway"}, \code{"Sweden"}. For
#' the \code{"kantrowitz"} and \code{"genderize"} methods, no country should
#' be specified.
#' @return Returns a data frame containing the results of predicting the gender.
@@ -72,7 +72,7 @@ gender <- function(names, years = c(1932, 2012),
method = c("ssa", "ipums", "napp", "kantrowitz",
"genderize", "demo"),
countries = c("United States", "Canada", "United Kingdom",
- "Germany", "Iceland", "Norway", "Sweden"))
+ "Denmark", "Iceland", "Norway", "Sweden"))
{
method <- match.arg(method)
View

Some generated files are not rendered by default. Learn more.

Oops, something went wrong.

0 comments on commit 035a584

Please sign in to comment.