R/data_hosp.R

#' Hospital Data Set
#'
#' A small data set with n = 300 individuals about a hospital.
#'
#' @format A data frame with 300 rows and 9 variables:
#' \describe{
#'   \item{exhaust}{exhaust}
#'   \item{safety}{safety}
#'   \item{injury}{injury}
#'   \item{tenure}{tenure}
#'   \item{serious}{serious}
#'   \item{injuryb}{injuryb}
#'   \item{latency}{latency}
#'   \item{sex}{sex of the individual (0 = male, 1 = female)}
#'   \item{age}{age of the individual}
#' }
#' @source \url{https://www.afhayes.com/regression-analysis-and-linear-models.html}
"hosp"
TysonStanley/rlm documentation built on Sept. 18, 2019, 5 a.m.