Compute starting values for multi-reference calibration
multi_raking_start(Xc, Xp_list, block_cols, f_p, label = "Multi_Calibration")A numeric vector of length `ncol(Xc)` containing the starting values for the coefficient vector \(\beta\), with the intercept initialized to match the ratio of reference to sample weighted totals and all other coefficients set to zero.
Numeric design matrix for the nonprobability sample.
List of reference-sample design matrices.
List of integer vectors mapping each reference-sample block to its column indices in `Xc`, as returned by `multi_raking_block_cols`.
Named numeric vector of reference weighted totals, as returned by `multi_raking_fp`.
Character scalar used as a prefix in error messages.