summary.paygap: Title

Description Usage Arguments Value Examples

View source: R/summary.paygap.R

Description

Title

Usage

1
2
## S3 method for class '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

1
2
3
4
library(div)
d <- div_fake_team()
pg <- div_paygap(d)
summary(pg)

div documentation built on May 6, 2021, 9:06 a.m.

Related to summary.paygap in div...