View source: R/print_summary.ipf.R
print.summary.ipf | R Documentation |
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 class 'summary.ipf'
print(x, ...)
x |
An object of class |
... |
Additional arguments (currently ignored). |
The input object x
, invisibly (for chaining).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.