View source: R/cop_pse_auxiliary.R
cal_delta_star | R Documentation |
Calculate delta star for sensitivity analysis
cal_delta_star(
FR2max,
R2,
R2_uncond,
est_eff,
eff_thr,
var_x,
var_y,
est_uncond,
rxz,
n_obs
)
FR2max |
maximum R2 |
R2 |
current R2 |
R2_uncond |
unconditional R2 |
est_eff |
estimated effect |
eff_thr |
effect threshold |
var_x |
variance of X |
var_y |
variance of Y |
est_uncond |
unconditional estimate |
rxz |
correlation coefficient between X and Z |
n_obs |
number of observations |
delta star value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.