ysA |
A numeric vector of length nA or a numeric matrix or data frame of dimensions nA x c containing information about variable(s) of interest from sA .
|
ysB |
A numeric vector of length nB or a numeric matrix or data frame of dimensions nB x c containing information about variable(s) of interest from sB .
|
pi_A |
A numeric vector of length nA or a square numeric matrix of dimension nA containing first order or first and second order inclusion probabilities for units included in sA .
|
pi_B |
A numeric vector of length nB or a square numeric matrix of dimension nB containing first order or first and second order inclusion probabilities for units included in sB .
|
domains_A |
A character vector of length nA indicating the domain each unit from sA belongs to. Possible values are "a" and "ab".
|
domains_B |
A character vector of length nB indicating the domain each unit from sB belongs to. Possible values are "b" and "ba".
|
pik_ab_B |
(Optional) A numeric vector of size nA containing first order inclusion probabilities according to sampling desing in frame B for units belonging
to overlap domain that have been selected in sA .
|
pik_ba_A |
(Optional) A numeric vector of size nB containing first order inclusion probabilities according to sampling desing in frame A for units belonging
to overlap domain that have been selected in sB .
|
N_A |
(Optional) A numeric value indicating the size of frame A.
|
N_B |
(Optional) A numeric value indicating the size of frame B.
|
N_ab |
(Optional) A numeric value indicating the size of the overlap domain.
|
xsAFrameA |
(Optional) A numeric vector of length nA or a numeric matrix or data frame of dimensions nA x mA , with mA the number of auxiliary variables in frame A, containing auxiliary information in frame A for units included in sA .
|
xsBFrameA |
(Optional) A numeric vector of length nB or a numeric matrix or data frame of dimensions nB x mA , with mA the number of auxiliary variables in frame A, containing auxiliary information in frame A for units included in sB . For units in domain b , these values are 0.
|
xsAFrameB |
(Optional) A numeric vector of length nA or a numeric matrix or data frame of dimensions nA x mB , with mB the number of auxiliary variables in frame B, containing auxiliary information in frame B for units included in sA . For units in domain a , these values are 0.
|
xsBFrameB |
(Optional) A numeric vector of length nB or a numeric matrix or data frame of dimensions nB x mB , with mB the number of auxiliary variables in frame B, containing auxiliary information in frame B for units included in sB .
|
XA |
(Optional) A numeric value or vector of length mA , with mA the number of auxiliary variables in frame A, indicating the population totals for the auxiliary variables considered in frame A.
|
XB |
(Optional) A numeric value or vector of length mB , with mB the number of auxiliary variables in frame B, indicating the population totals for the auxiliary variables considered in frame B.
|
met |
(Optional) A character vector indicating the distance that must be used in calibration process. Possible values are "linear", "raking" and "logit". Default is "linear".
|
conf_level |
(Optional) A numeric value indicating the confidence level for the confidence intervals, if desired.
|