Sigma_cal
function for variance-covariance matrix of the estimation equation
Sigma_cal(
X_lab,
X_unlab,
Y_lab,
Yhat_lab,
Yhat_unlab,
w,
theta,
quant = NA,
A_lab_inv,
A_unlab_inv,
method
)
variance-covariance matrix of the estimation equation
Array or DataFrame containing observed covariates in labeled data.
Array or DataFrame containing observed or predicted covariates in unlabeled data.
Array or DataFrame of observed outcomes in labeled data.
Array or DataFrame of predicted outcomes in labeled data.
Array or DataFrame of predicted outcomes in unlabeled data.
weights vector POP-Inf linear regression (d-dimensional, where d equals the number of covariates).
parameter theta
quantile for quantile estimation
Inverse of matrix A using labeled data
Inverse of matrix A using unlabeled data
indicates the method to be used for M-estimation. Options include "mean", "quantile", "ols", "logistic", and "poisson".