Learn R Programming

nonprobsampling (version 0.1.0)

multi_raking_fp: Compute reference weighted totals for multi-reference calibration

Description

Compute reference weighted totals for multi-reference calibration

Usage

multi_raking_fp(Xp_list, wts_list, label = "Multi_Calibration")

Value

A named numeric vector of length equal to the total number of columns across all elements of `Xp_list`, containing the survey-weighted column totals \(\sum_j w_{ij} X_{ij}\) stacked in block order.

Arguments

Xp_list

List of reference-sample design matrices.

wts_list

List of numeric weight vectors, one per element of `Xp_list`.

label

Character scalar used as a prefix in error messages.