survey_weighting_history: Extract the Weighting History from a Survey Object
Description
Returns the list of weighting operations recorded on a survey design object.
Each entry is appended by surveywts after a calibration or nonresponse
adjustment step. Returns an empty list when no history has been recorded.
Usage
survey_weighting_history(x)
Value
A list of history entries, or list() if no history is present.
Arguments
x
A survey design object (any class inheriting from survey_base).