estprop {colocPropTest}R Documentation

Proportional colocalisation testing supplying only a pair of regression coefficients.

Description

Proportional colocalisation testing supplying only a pair of regression coefficients.

Usage

estprop(b1, b2, V1, V2)

Arguments

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

Value

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

Author(s)

Chris Wallace


[Package colocPropTest version 0.9.1 Index]