View source: R/BiDirCDMethod.R
BiDirCDMethod | R Documentation |
Bi-directional CD Methods
BiDirCDMethod( b_X, b_Y, se_X, se_Y, n_X, n_Y, sig.cutoff = 5e-08, random.seed = 0 )
b_X |
Vector of estimated effect sizes for trait 1. |
b_Y |
Vector of estimated effect sizes for trait 2. |
se_X |
Vector of standard errors of b_X. |
se_Y |
Vector of standard errors of b_Y. |
n_X |
Sample size for trait 1. |
n_Y |
Sample size for trait 2. |
sig.cutoff |
Significant cutoff to choose IV, defaul is 5e-8. |
random.seed |
Random seed, default is 0, i.e. no random seed is set. |
List of estimated correlation ratio (est) and corresponding standard error (se) obtained with CD-Ratio and CD-Egger, for both directions. "NoS" indicates no screening, "S" indicates with screening.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.