View source: R/get_opt_gamma.R
get_opt_gamma | R Documentation |
Obtain Optimized Sensitivity Parameters Using Multivariate Calibration Criterion
get_opt_gamma( mu_y_dt, mu_u_dt, cov_u_t, sigma_y_t, R2_constr = 1, normtype = "L2", ... )
mu_y_dt |
Scalar or vector that contains naive estimates of treatment effects ignoring confounding. |
mu_u_dt |
Matrix of difference in conditional confounder means, E(U \mid t1) - E(U \mid t2), with latent variables in columns. |
cov_u_t |
Covariance matrix of confounders conditional on treatments. |
sigma_y_t |
Scalar of the standard deviation of outcome conditional on treatments. |
R2_constr |
an optional scalar or vector specifying the upper limit constraint on R^2 .
By default, |
normtype |
character. Optional function |
... |
further arguments passed to |
Optimized sensitivity parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.