Learn R Programming

coloc (version 5.2.3)

bin2lin: binomial to linear regression conversion

Description

Convert binomial to linear regression

Usage

bin2lin(D, doplot = FALSE)

Value

D, with original beta and varbeta in beta.bin, varbeta.bin, and beta and varbeta updated to linear estimates

Arguments

D

standard format coloc dataset

doplot

plot results if TRUE - useful for debugging

Author

Chris Wallace

Details

Estimate beta and varbeta if a linear regression had been run on a binary outcome, given log OR and their variance + MAF in controls

sets beta = cov(x,y)/var(x) varbeta = (var(y)/var(x) - cov(x,y)^2/var(x)^2)/N