R/data_NH.R

#' Nursing homes data on Nursing Home Compare site.
#'
#' These are the official datasets used on the Medicare.gov Nursing Home Compare Website 
#' provided by the Centers for Medicare & Medicaid Services. 
#' These data allow you to compare the quality of care at every Medicare and Medicaid-certified 
#' nursing home in the country, including over 15,000 nationwide. This data set only used 3 variables
#' of original data.
#'
#' @docType data
#'
#' @usage data(NH)
#'
#' @format An object of data frame.
#'
#' @keywords datasets
#'
#' @source \href{https://data.medicare.gov/data/nursing-home-compare}{Nursing homes data}
#'
#' @examples
#' data(NH)
#' summary(NH)
"NH"
CastleLi/BetaPSS documentation built on May 15, 2019, 10:34 p.m.