Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correcting 'Germany' to 'Denmark' #45

Merged
merged 1 commit into from Sep 27, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions R/gender.R
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions man/gender.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.