Description Usage Arguments Value
pair_trans is used to generate transformed covariates in pairwise form.
1 | pair_trans(y, z, u, eta_est, z.sigma_est)
|
y |
Vector. The response variable subject to missing data. |
z |
Vector. The shadow variable (fully observed). |
u |
Matrix. The covariate matrix excluding shadow variable z (fully observed). |
eta_est |
The estimates for coefficients in model Z givenU. |
z.sigma_est |
The estimates for σ in model Z givenU. |
A list:
The matrix of pairwised y, z, u.
The matrix of pairwised transformed variables to be fit in the objective function.
The indice of missingness for subjects in data.
The estimates of W matrix in the offset term.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.