R/data_lead.R

#' Leader Data Set
#'
#' A small data set with n = 24 individuals about for-profit companies.
#'
#' @format A data frame with 24 rows and 4 variables:
#' \describe{
#'   \item{company}{individual ID}
#'   \item{profit}{if the company had a profit}
#'   \item{size}{relative size of the company}
#'   \item{ceo}{ceo}
#' }
#' @source \url{https://www.afhayes.com/regression-analysis-and-linear-models.html}
"comp"
TysonStanley/rlm documentation built on Sept. 18, 2019, 5 a.m.