Learn R Programming

div (version 0.3.1)

summary.paygap: Title

Description

Title

Usage

# S3 method for paygap
summary(object, ...)

Arguments

object

paygap S3 object, as created by the function dif_paygap()

...

passed on to summary()

Value

a summary of the paygap object

Examples

Run this code
# NOT RUN {
library(div)
d <- div_fake_team()
pg <- div_paygap(d)
summary(pg)
# }

Run the code above in your browser using DataLab