Core of the empirical likelihood estimator
el_estimator_core(
missingness_design,
aux_matrix,
aux_means,
respondent_weights,
analysis_data,
outcome_expr,
N_pop,
formula,
standardize,
trim_cap,
control,
on_failure,
family = logit_family(),
variance_method,
bootstrap_reps,
start = NULL,
trace_level = 0,
auxiliary_means = NULL
)List containing estimation results, diagnostics, and metadata.
Respondent-side missingness model design matrix (intercept + predictors).
Auxiliary design matrix on respondents (may have zero columns).
Named numeric vector of auxiliary population means (aligned to columns of aux_matrix).
Numeric vector of respondent weights aligned with missingness_design rows.
Data object used for logging and variance.
Character string identifying the outcome expression displayed in outputs.
Population size on the analysis scale.
Original model formula used for estimation.
Logical. Whether to standardize predictors during estimation.
Numeric. Upper bound for empirical likelihood weight trimming.
List of control parameters for the nonlinear equation solver.
Character. Action when solver fails.
List. Link function specification.
Character. Variance estimation method.
Integer. Number of bootstrap replications.
Named numeric vector of known population means supplied by the user.