This function is to be passed into geex::m_estimate
1 2 3 | eeFunCombined(data, trt_model_obj, num_fixefs, var_names, alphas, num_alphas,
x_levels, integrate_alphas, randomization_probability, weight_type,
average_treatment, oracle_fixefs = NULL, oracle_sigma = NULL)
|
data |
the dataframe. Will be coerced from "tbl_df" to data.frame. |
trt_model_obj |
Fitted model object from When @return A list including
|
num_fixefs |
Number of fixed effect parameters from treatment model. Perhaps unncessaary coding. |
var_names |
A list of names for outcome, treatment, clustering, and perhaps participation. |
alphas |
the range of allocations or policies from 0 to 1. When Arguments that can be passed through
|
num_alphas |
The number of allocation parameters |
x_levels |
Default NULL unless there are factos in design matrix. From
|
integrate_alphas |
Optional argument passed from
|
randomization_probability |
Optional argument passed from
|
weight_type |
Estimators as presented in Liu, Hudgens, and Becker-Dreps
(2016) Biometrika. Select |
average_treatment |
e.g. 0.37 |
oracle_fixefs |
When |
oracle_sigma |
When |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.