print.gapclosing {gapclosing} | R Documentation |
Print function for gapclosing objects
Description
Prints the same output as generated by summary
Usage
## S3 method for class 'gapclosing'
print(
x,
...,
digits = 2,
quote = FALSE,
right = FALSE,
row.names = FALSE,
max = NULL
)
Arguments
x |
An object of class |
... |
Other arguments to |
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/.
[Package gapclosing version 1.0.2 Index]