Learn R Programming

surveycore (version 0.8.3)

print.survey_diffs: Print a Survey Diffs Result

Description

Prints a structured header showing design type, family, dependent variable, treatment variable with reference level, and estimation method, then delegates to the tibble print method for the body.

Usage

# S3 method for survey_diffs
print(x, ...)

Value

x, invisibly.

Arguments

x

A survey_diffs object.

...

Passed to the tibble print method.