computeApproxFStatistic.Rd
Computes the approximation F = (beta_ZX / se_ZX)^2 for each SNP. This is the standard approximation used when individual-level data is not available.
computeApproxFStatistic(betaZX, seZX)
Numeric vector of SNP-exposure effect estimates.
Numeric vector of standard errors for SNP-exposure effects.
Numeric vector of approximate F-statistics.
computeApproxFStatistic(c(0.5, 0.3), c(0.05, 0.1)) #> [1] 100 9