powered by
Internal function for calculating conditional F-statistics for the output condFstat.
condFstat
condFstat(.Bx, .Bxse, .nx, .ld, .cor.x)
Conditional F-statistic for each exposure
Beta-coefficient for genetic associations with the risk factors.
Standard error of genetic associations with the risk factors.
sample sizes used to compute genetic associations with the risk factors.
genetic variant correlation matrix
Risk factor correlation matrix
None.
condFstat(.Bx = cbind(ldlc, hdlc, trig), .Bxse = cbind(ldlcse, hdlcse, trigse), .nx = rep(17723,3), .ld=diag(length(ldlc)), .cor.x=diag(3))
Run the code above in your browser using DataLab