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 bysummary.ipf
.- ...
Additional arguments (currently ignored).