Summary of the Salary Analysis
Summary of an estimated salary analysis object of class
analysis_model
## S3 method for class 'analysis_model' summary(object, ...)
object |
estimated salary analysis object of class
|
... |
further arguments passed to or from other methods |
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.
Nothing
# 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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.