View source: R/cop_pse_auxiliary.R
verify_reg_Gzcv | R Documentation |
Verify regression model with control variable Z
verify_reg_Gzcv(n_obs, sdx, sdy, sdz, sdcv, rxy, rxz, rzy, rcvy, rcvx, rcvz)
n_obs |
number of observations |
sdx |
standard deviation of X |
sdy |
standard deviation of Y |
sdz |
standard deviation of Z |
sdcv |
sd between C and V |
rxy |
correlation coefficient between X and Y |
rxz |
correlation coefficient between X and Z |
rzy |
correlation coefficient between Z and Y |
rcvy |
correlation coefficient between V and Y |
rcvx |
correlation coefficient between V and X |
rcvz |
correlation coefficient between V and Z |
list of model parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.