print.data_observed: Print method for data_observed objects

View source: R/causal_data.R

print.data_observedR 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 data_observed object

...

Additional arguments passed to print

Value

The input object invisibly, allowing for method chaining


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