R/census2000.R

#' census2000
#'
#' Wooldridge Source: Obtained from the United States Census Bureau by Professor Alberto Abadie of the Harvard Kennedy School of Government. Professor Abadie kindly provided the data. Data loads lazily.
#'
#' @section 
#'
#' Used in Text:  pages 452-453
#'
#' @docType data
#'
#' @usage data('census2000')
#'
#' @format A data.frame with 29501 observations on 6 variables:
#' \itemize{
#'  \item \strong{state: }{State (ICPSR code)}
#'  \item \strong{puma: }{Public Use Microdata Area}
#'  \item \strong{educ: }{educational attainment}
#'  \item \strong{lweekinc: }{log(weekly income)}
#'  \item \strong{exper: }{years workforce experience}
#'  \item \strong{expersq: }{exper^2}
#' }
#' @source \url{http://www.cengage.com/c/introductory-econometrics-a-modern-approach-6e-wooldridge}
#' @examples  str(census2000)
"census2000"
 
 

Try the wooldridge package in your browser

Any scripts or data that you put into this service are public.

wooldridge documentation built on May 3, 2023, 5:06 p.m.