WWER | R Documentation |
Fits a regression of outcome on exposure using SE and weights as weights.
WWER(b_exp, b_out, se_exp, se_out, weights)
b_exp |
Vector of floats. SNP effects on exposure. |
b_out |
Vector of floats. SNP effects on outcome. |
se_exp |
Vector of floats. Standard error of SNP effects on exposure. |
se_out |
Vector of floats. Standard error of SNP effects on outcome. |
weights |
Vector of floats. Welch weights to use for regression, will be combined with the SE of the outcome to determine final weights. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.