print.tidy_covariates: Print method for tidy covariate output

print.tidy_covariatesR Documentation

Print method for tidy covariate output

Description

Prints a one-line header naming the estimator, then the data.frame. The full human-readable view (per-cluster stats, profiles, OR/test tables) was already printed by summary() when this object was produced, so this method intentionally stays minimal to avoid duplication. Auto-prints when the user types the variable at the REPL.

Usage

## S3 method for class 'tidy_covariates'
print(x, ...)

Arguments

x

A tidy_covariates data.frame.

...

Ignored.

Value

The input invisibly.


Nestimate documentation built on July 11, 2026, 1:09 a.m.