summary.analysis_model | R Documentation |
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_example, reference_month = 1,
reference_year = 2019, usual_weekly_hours = 40, female_spec = "F",
male_spec = "M", age_spec = "age")
# Show summary of the salary analysis
summary(results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.