est_full_stats.Rd
Estimates the parameters on the full and est
samples
est_full_stats( y, X, d, est_plan, y_es = NULL, X_es = NULL, d_es = NULL, index_tr = NULL, alpha = 0.05 )
y | Nx1 matrix of outcome (label/target) data. With multiple core estimates see Details below. |
---|---|
X | NxK matrix of features (covariates). With multiple core estimates see Details below. |
d | (Optional) NxP matrix (with colnames) of treatment data. If all equally important they should be normalized to have the same variance. With multiple core estimates see Details below. |
est_plan | Estimator plan |
y_es | y for |
X_es | X for |
d_es | d for |
index_tr | Indexes of the |
alpha | Significance threshold |
Stats df
With multiple core estimates (M) there are 3 options (the first two have the same sample across treatment effects).
DS.MULTI_SAMPLE: Multiple pairs of (Y_m,W_m). y,X,d are then lists of length M. Each element then has the typical size The N_m may differ across m. The number of columns of X will be the same across m.
DS.MULTI_D: Multiple treatments and a single outcome. d is then a NxM matrix.
DS.MULTI_Y: A single treatment and multiple outcomes. y is then a NXM matrix.