Description Usage Arguments Value
Estimate standard error using asymptotic formula for unregularized regression.
1 2 | NFMiss_se(y, z, u, gamma_tilde_hat, beta_hat, se.method, M = 500, seed_num,
regularize, data_pair, newcov_pair, obs_id, w_hat)
|
y |
Vector. The outcome variable |
z |
Vector. The shadow variable (fully observed). |
u |
Matrix. The covariate matrix U. |
gamma_tilde_hat |
Initial estimates of scaled γ. |
beta_hat |
Initial estimates of β. |
se.method |
Charactor. The method for estimating standard error of parameters. Three options are available.
distribution. This option is applicable to
This option is applicable to both
|
M |
Number of resampling in perturbation. |
seed_num |
Number of seed to control randomness of perturbation term generated. |
regularize |
If the objective is to fit a regularized linear regression
for variable selection, |
data_pair |
Matrix. The pairwise version of original data obtained from
function |
newcov_pair |
Matrix. The pairwise transformed covariates obtained from
function |
obs_id |
Vector. The indice of missingness for subjects obtained from
function |
w_hat |
Matrix. The estimates of W matrix in the offset term
obtained by |
A vector. The standard error of estimators in unregularized regression.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.