summary.analysis_model: Summary of the Salary Analysis

Description Usage Arguments Details Value Examples

View source: R/analysis.R

Description

Summary of an estimated salary analysis object of class analysis_model

Usage

1
2
## 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

1
2
3
4
5
6
# 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 documentation built on Nov. 21, 2021, 9:08 a.m.