print.data_observed {multibias} | R Documentation |
Print method for data_observed objects
Description
Prints a formatted summary of a data_observed
object, including:
The types of biases present
The exposure, outcome, and confounder variables
A preview of the first 5 rows of data
Usage
## S3 method for class 'data_observed'
print(x, ...)
Arguments
x |
A |
... |
Additional arguments passed to print |
Value
The input object invisibly, allowing for method chaining
[Package multibias version 1.7.2 Index]