employment2: Employment in different countries by Sex, Age, Contract,...

employment2R Documentation

Employment in different countries by Sex, Age, Contract, Value

Description

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).

Usage

data(employment2)

Format

A data.frame with 504 rows and 5 columns.

Details

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)

Author(s)

Kamila Facevicova

Source

https://stats.oecd.org

References

Facevicova, K., Filzmoser, P. and K. Hron (2019) Compositional Cubes: Three-factorial Compositional Data. Under review.

Examples

data(employment2)
head(employment2)

robCompositions documentation built on Aug. 22, 2025, 5:11 p.m.