This function calculates the estimated values in a direct plug-in method.
1 2 3 | estimateTargets(alphas, num_alphas, num_clusters, unique_clusters,
grouping_vector, treatment_vector, ps_model_matrix, outcome_vector, fixefs,
sigma, integrate_alphas, randomization_probability, weight_type)
|
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 |
num_clusters |
The number of unique clusters (i.e., i.i.d. sample units) |
unique_clusters |
The ID values for the unique clusters |
grouping_vector |
The vector of cluster ID for all individuals |
treatment_vector |
The vector of treatment identifiers for all individuals |
ps_model_matrix |
The matrix of pre-treatment variables in the propensity score model for all individuals |
outcome_vector |
The vector of observed outcome for all individuals |
fixefs |
The estimated values of the fixed effects parameters from the propensity score model |
sigma |
The estimated value of the (single) random effect variance component from the propensity score model |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.