Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.analysis_model

Summary of the Salary Analysis


Description

Summary of an estimated salary analysis object of class analysis_model

Usage

## S3 method for class 'analysis_model'
summary(object, ...)

Arguments

object

estimated salary analysis object of class analysis_model

...

further arguments passed to or from other methods

Details

summary.analysis_model provides a short summary of the wage analysis according to the Standard Analysis Model. The summary describes the number of records used for the analysis, the Kennedy estimate of the wage difference under otherwise equal circumstances and the summary of the linear regression.

Value

Nothing

Examples

# Estimate standard analysis model
results <- analysis(data = datalist_imprimerie, reference_month = 1,
   reference_year = 2019, female_spec = 1, male_spec = 2)

# Show summary of the salary analysis
summary(results)

logib

Salary Analysis by the Swiss Federal Office for Gender Equality

v0.1.0
GPL-3
Authors
Jonathan Chassot [aut, cre], Jeremy Kolly [ctb], Federal Office for Gender Equality of Switzerland [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.