print.data_validation {multibias} | R Documentation |
Print method for data_validation objects
Description
Prints a formatted summary of a data_validation
object, including:
The true exposure and outcome variables
Any confounders, misclassified variables, or selection indicators
A preview of the first 5 rows of data
Usage
## S3 method for class 'data_validation'
print(x, ...)
Arguments
x |
A |
... |
Additional arguments passed to print |
Value
The input object invisibly
[Package multibias version 1.7.2 Index]