Skip to content
Snippets Groups Projects
Commit b6bcc731 authored by Bartke, Simon's avatar Bartke, Simon
Browse files

Cleaned up one Warning

parent 93062298
Branches
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#' #'
#' @format A tibble with 428 rows and 6 variables: #' @format A tibble with 428 rows and 6 variables:
#' \describe{ #' \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{he}{dbl Husband's educational attainment, in years}
#' \item{we}{dbl Wife'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} #' \item{kl6}{dbl Number of children less than 6 years old in household}
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
\format{ \format{
A tibble with 428 rows and 6 variables: A tibble with 428 rows and 6 variables:
\describe{ \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{he}{dbl Husband's educational attainment, in years}
\item{we}{dbl Wife'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} \item{kl6}{dbl Number of children less than 6 years old in household}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment