R/agpop.R

#' agpop data
#'
#' 
#' Data from the 1992 U.S. Census of Agriculture. 
#'
#'
#' @format This data frame contains the following columns:
#' 
#' \describe{
#'\item{county:}{county name (character variable)}
#' 
#' \item{state:}{state abbreviation (character variable)}
#' 
#' \item{acres92:}{number of acres devoted to farms, 1992}
#' 
#' \item{acres87:}{number of acres devoted to farms, 1987}
#' 
#' \item{acres82:}{number of acres devoted to farms, 1982}
#' 
#' \item{farms92:}{number of farms, 1992}
#' 
#' \item{farms87:}{number of farms, 1987}
#' 
#' \item{farms82:}{number of farms, 1982}
#' 
#' \item{largef92:}{number of farms with 1,000 acres or more, 1992}
#' 
#' \item{largef87:}{number of farms with 1,000 acres or more, 1987}
#' 
#' \item{largef82:}{number of farms with 1,000 acres or more, 1982}
#' 
#' \item{smallf92:}{number of farms with 9 acres or fewer, 1992}
#' 
#' \item{smallf87:}{number of farms with 9 acres or fewer, 1987}
#' 
#' \item{smallf82:}{number of farms with 9 acres or fewer, 1982}
#' 
#' \item{region:}{S = south; W = west; NC = north central; NE = northeast}
#' }
#'
#'
#' @docType data
#'
#' @usage data(agpop)
#'
#'
#'
#' @keywords datasets
#'
#' @references Lohr (2021), Sampling: Design and Analysis, 3rd Edition. Boca Raton, FL: CRC Press.
#' 
#'@references Lu and Lohr (2021), R Companion for \emph{Sampling: Design and Analysis, 3rd Edition}, 1st Edition. Boca Raton, FL: CRC Press.
#' 
#'
#' 
#' 
#' 
"agpop"

Try the SDAResources package in your browser

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

SDAResources documentation built on Oct. 22, 2021, 5:08 p.m.