Estimated number of employees in 42 countries in 2015, distributed according to gender (Women/Men), age (15-24, 25-54, 55+) and type of contract (Full- and part-time).
data(employment2)
A data.frame with 504 rows and 5 columns.
Kamila Facevicova
For each country in the sample, an estimated number of employees in the year 2015 was available, divided according to gender and age of employees and the type of the contract. The data form a sample of 42 cubes with two rows (gender), two columns (type) of contract) and three slices (age), which allow for a deeper analysis of the overall employment structure, not just from the perspective of each factor separately, but also from the perspective of the relations/interactions between them. Thorough analysis of the sample is described in Facevicova (2019).
Country
Country
Sex
gender, males (M) and females (F)
Age
age class, young (category 15 - 24), middle-aged (25 - 54) and older
(55+) employees
Contract
factor, defining the type of contract, full-time (FT) and part-time (PT) contracts
Value
Number of employees in the given category (in thousands)
Facevicova, K., Filzmoser, P. and K. Hron (2019) Compositional Cubes: Three-factorial Compositional Data. Under review.
data(employment2)
head(employment2)
Run the code above in your browser using DataLab