Validate inputs and build variable sets for multi-reference calibration
check_input_multi(sc, sp_list, vars_list, wts_cols, verbose = FALSE)A list with components:
The nonprobability sample data frame (unchanged).
The reference sample list (unchanged).
Character vector: union of all per-sample variable sets, used to build the `sc` design matrix `Xc`.
List of character vectors: the variables contributed by each reference sample after removing variables already covered by earlier samples (no intercept).
Character vector of weight column names (unchanged).
Character vector of log messages describing the variable sets.
Data frame. The nonprobability sample.
List of reference sample data frames.
List of character vectors of predictor variable names shared between `sc` and each reference sample.
Character vector of survey-weight column names, one per element of `sp_list`.
Logical. If `TRUE`, variable-set messages are printed.