R/lunatics-data.R

#' lunatics
#'
#' @description An 1854 study on mental health in the fourteen counties of Massachusetts yields data on 14 cases. This study was performed by Edward Jarvis (then president of                                                              the American Statistical Association)
#'
#' The variables included in the dataset are:
#' \itemize{
#' \item\code{NBR} the number of "lunatics" per county. 
#' \item\code{DISt} distance to the nearest mental healthcare center
#' \item\code{POP} population in the county by thousands
#' \item\code{PDEN} population per square county mile
#' \item\code{PHOME} the percent of "lunatics" cared for in the home
#' } 
#' @usage data(lunatics)
#' @name lunatics
#' @docType data
NULL

Try the BaM package in your browser

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

BaM documentation built on Oct. 14, 2022, 5:07 p.m.