print.data_validation: Print method for data_validation objects

View source: R/causal_data.R

print.data_validationR 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 data_validation object

...

Additional arguments passed to print

Value

The input object invisibly


multibias documentation built on April 21, 2026, 1:06 a.m.