R/data.R

#' Compensation of CEOs and firm characteristics
#'
#' A dataset containing the compensation of CEOs of 30 firms along with
#'  some firm characteristics. The data are fictional but realistic.
#'  The variables are as follows:
#'
#' @format A data frame with 30 rows and 14 variables:
#' \itemize{
#'   \item compvar: variable compensation [kEUR]
#'   \item comptotal: total compensation [kEUR]
#'   \item roa: return on assets [percent]
#'   \item roe: return on equity [percent]
#'   \item tsr: total shareholder return [percent]
#'   \item emp: employees [number of employees]
#'   \item assets: total assets [kEUR]
#'   \item beta: company's beta (risk measure)
#'   \item marketcap: market capitalization [mEUR]
#'   \item age: CEO's age [years]
#'   \item tenure: tenure for CEO position [years]
#'   \item listed: dummy (factor) indicating wheter company is listed [0 and 1]
#' }
"CEOcomp"
helix123/altOp documentation built on May 17, 2019, 3:36 p.m.