Dear all,
I just wanted to quickly double check if the specification for the se.logit/linprob parameters I use when running sumstats() are correct given the mix of binary/continuous traits I am including.
So I have
- 2 continuous traits (“continous1”,”continous2”)
- 2 binary traits where the beta/SEs are reported on the logistic scale (“binary1”, “binary2”)
- 1 UK biobank binary trait that was analysed using the Hail software (“binaryHail”), with the proportion of cases being prop=0.5
In sumstats(), I included the following:
traits=c(“continous1”,”continous2”, “binary1”, “binary2”, “binaryHail”)
se.logit=c(F, F, T, T, F)
linprob=c(F, F, F, F, T)
prob=c(NA, NA, NA, NA, 0.5)
Does that sound about right ?
As usual, many thanks for your help and the great work you are doing
Best wishes,
Tabea