print.gapclosing: Print function for gapclosing objects

Description Usage Arguments Value References

View source: R/print.gapclosing.R

Description

Prints the same output as generated by summary

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S3 method for class 'gapclosing'
print(
  x,
  ...,
  digits = 2,
  quote = FALSE,
  right = FALSE,
  row.names = FALSE,
  max = NULL
)

Arguments

x

An object of class gapclosing, which results from a call to the function gapclosing

...

Other arguments to print commands

digits

Argument passed to print.data.frame

quote

Argument passed to print.data.frame

right

Argument passed to print.data.frame

row.names

Argument passed to print.data.frame

max

Argument passed to print.data.frame

Value

Prints a summary of the estimates.

References

Lundberg I (2021). "The gap-closing estimand: A causal approach to study interventions that close disparities across social categories." Sociological Methods and Research. Available at https://osf.io/gx4y3/.


gapclosing documentation built on Oct. 11, 2021, 9:07 a.m.