Dispatch one-reference pseudo-weight estimation
ipwm_one_build(
sc,
sp,
sp_des,
vars = NULL,
weight,
method,
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 identifying the method used.
List of solver convergence diagnostics.
List of intermediate objects (design matrices, fitted probabilities, sandwich components) needed by the estimation stage.
Data frame. The nonprobability sample.
Data frame. The single probability reference sample (already NA-processed and p_formula-processed).
A `survey.design2` or `svyrep.design` object for `sp`.
Character vector of predictor variable names to use in the participation model design matrices.
Character scalar. Name of the survey-weight column in `sp`.
Character scalar. One of `"alp"`, `"clw"`, `"calibration"`, or `"cali"`.
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.