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().
# S3 method for summary.ipf
print(x, ...)The input object x, invisibly (for chaining).
An object of class summary.ipf, as returned by summary.ipf.
Additional arguments (currently ignored).