Build pseudo-weights for the multi-reference calibration method
ipwm_multi_build(
sc,
sp,
vars,
weight,
sp_des,
sp_order,
control,
verbose = FALSE,
log_messages = NULL
)A list with components:
Numeric vector of estimated pseudo-weights for `sc`.
Named numeric vector of participation model coefficients.
Character scalar, always `"multi"`.
List of solver convergence diagnostics.
List of intermediate objects (block design matrices, reference weighted totals, block column indices, sandwich components, and sorted metadata) needed by the estimation stage.
Data frame. The nonprobability sample.
List of data frames. Each element is one probability reference sample (already NA-processed and p_formula-processed).
List of character vectors, one per reference sample, giving the predictor variable names shared with `sc`.
Character vector, one per reference sample, giving the survey-weight column name in each element of `sp`.
List of `survey.design2` or `svyrep.design` objects, one per reference sample.
Character scalar, either `"size"` (sort reference samples largest-first) or `"given"` (keep user order).
A list created by `pw_solver_control()`.
Logical. If `TRUE`, progress messages are printed.
Character vector of messages accumulated in earlier steps, forwarded into the returned object.