R/radios.R

#' Survey of number of radios in households.
#'
#' Data from a survey of households in the "open country" of Iowa in 1951. A total of 71040 area sampling units were stratified into 120 strata with an equal number of geographically contiguous units per strata (592 units per strata). Two units were sampled from each stratum.  
#' 
#' @format A data frame of 240 observations and three variables:
#' \describe{ 
#'    \item{stratum:}{identifier for the stratum (1 through 240)}
#'    \item{households:}{number of households in the sampling unit}
#'    \item{radios:}{number of radios owned by the households in the sampling unit}
#' }
#' 
#' @note The data are from Jessen (1978).
#' 
#' @source Jessen, R. J. (1978). \emph{Statistical survey techniques}. Wiley.
#' 
"radios"
trobinj/trtools documentation built on Jan. 28, 2024, 3:20 a.m.