estprop | R Documentation |
Proportional colocalisation testing supplying only a pair of regression coefficients.
estprop(b1, b2, V1, V2)
b1 |
regression coefficients for trait 1, expect length(b1)=2 |
b2 |
regression coefficients for trait 2, expect length(b2)=2 |
V1 |
2x2 variance-covariance matrix for trait 1 |
V2 |
2x2 variance-covariance matrix for trait 2 |
a list, containing * result: the test statistic * plot.data: dataset for plotting the input data * plot.eta: dataset for plotting chisq as a function of theta or eta
Chris Wallace
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.