diff --git a/R/eduinc.R b/R/eduinc.R index 8a718f16a4bdde184d39db0ce7ac179c3f1b2417..9ac5b0f70dd7baecb04fd736da1d79396ab65298 100644 --- a/R/eduinc.R +++ b/R/eduinc.R @@ -4,7 +4,7 @@ #' #' @format A tibble with 428 rows and 6 variables: #' \describe{ -#' \item{faminc}{dbl Family income in 2006 dollars = [husband's hours worked in 1975 * husbands hourly wage + wife's hours worked in 1975 * wife's hourly wage]*3.78 (The multiplier 3.78 is used to convert 1975 dollars to 2006 dollars.)} +#' \item{faminc}{dbl Family income in 2006 dollars = husband's hours worked in 1975 times husbands hourly wage + wife's hours worked in 1975 times wife's hourly wage times 3.78 (The multiplier 3.78 is used to convert 1975 dollars to 2006 dollars.)} #' \item{he}{dbl Husband's educational attainment, in years} #' \item{we}{dbl Wife's educational attainment, in years} #' \item{kl6}{dbl Number of children less than 6 years old in household} diff --git a/man/eduinc.Rd b/man/eduinc.Rd index 4342afba54879d72e23e90d8cc0091c3036aa7dc..552658bd850588e59c5b041fcad2ec9c4004f922 100644 --- a/man/eduinc.Rd +++ b/man/eduinc.Rd @@ -7,7 +7,7 @@ \format{ A tibble with 428 rows and 6 variables: \describe{ -\item{faminc}{dbl Family income in 2006 dollars = \link{husband's hours worked in 1975 * husbands hourly wage + wife's hours worked in 1975 * wife's hourly wage}*3.78 (The multiplier 3.78 is used to convert 1975 dollars to 2006 dollars.)} +\item{faminc}{dbl Family income in 2006 dollars = husband's hours worked in 1975 times husbands hourly wage + wife's hours worked in 1975 times wife's hourly wage times 3.78 (The multiplier 3.78 is used to convert 1975 dollars to 2006 dollars.)} \item{he}{dbl Husband's educational attainment, in years} \item{we}{dbl Wife's educational attainment, in years} \item{kl6}{dbl Number of children less than 6 years old in household}