print.summary.ipf: Print method for IPF calibration summary

View source: R/print_summary.ipf.R

print.summary.ipfR Documentation

Print method for IPF calibration summary

Description

Provides a concise summary of an IPF (Iterative Proportional Fitting) calibration summary object. It extracts the calibration weight from all_formulas, computes the Kish factor for the weights, and prints the first 10 rows of any calib_results_ tables. Useful for a quick overview of calibration results. Additional details can be explored with str() or names().

Usage

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

Arguments

x

An object of class summary.ipf, as returned by summary.ipf.

...

Additional arguments (currently ignored).

Value

The input object x, invisibly (for chaining).


surveysd documentation built on Aug. 26, 2025, 5:08 p.m.