hanchenphd / GMMAT

Generalized linear Mixed Model Association Tests
Other
36 stars 22 forks source link

How can I calculate Odds ratio or Z-score from the outcome of glmm.score? #24

Closed ConnieXuhm closed 3 years ago

hanchenphd commented 3 years ago

You cannot calculate an odds ratio from a score test. Under the assumption of small genetic effects, you may be able to approximate the odds ratio by exp(SCORE/VAR). The z-score is SCORE/sqrt(VAR).

Best, Han

ConnieXuhm commented 3 years ago

Thanks @hanchenphd ! I will try it!