Learn R Programming

nonprobsampling (version 0.1.0)

print.pw_na_summary: Print method for pw_na_summary

Description

Prints a formatted table showing the original row count, rows used, and rows excluded due to missing participation model variables, for each dataset (`sc` and each reference survey).

Usage

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

Value

Invisibly returns `x`.

Arguments

x

A `pw_na_summary` object returned by `.report_na_exclusions()`.

...

Further arguments passed to or from other methods (unused).