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",
idx = NULL,
...
)
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, |
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 |
normtype |
character. Optional function |
idx |
A zero-one vector with 1 in the i-th coordinate if the i-th outcome to be applied with the MCC calibration over, otherwise 0. |
... |
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.