R/nhanes.R

#' Subset of original NHANES data used in \code{mice} package.
#'
#' A small data set with missing values.
#'
#' @format A data frame with 25 observations on the following 2 variables:
#' \describe{
#'   \item{hyp}{Hypertensive (0 = no, 1 = yes)}
#'   \item{age2}{Age group (1 = 40-59, 0 = otherwise)}
#'   \item{age3}{Age group (1 = 60+, 0 = otherwise)}
#' }
#' @source Schafer, J.L. (1997). \emph{Analysis of Incomplete Multivariate Data.}
#' London: Chapman & Hall. Table 6.14.
"nhanes"

Try the brlrmr package in your browser

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

brlrmr documentation built on Sept. 11, 2019, 1:04 a.m.