summary.analysis_model {logib} | R Documentation |
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
|
... |
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)
[Package logib version 0.1.2 Index]