Closed garyzhubc closed 2 months ago
Is there more information about the (mathematical) details of the Z-test in bigstatsr?
Are you talking about big_univLinReg() and big_univLogReg()? These are using the same tests as lm() and glm(family = "logistic").
big_univLinReg()
big_univLogReg()
lm()
glm(family = "logistic")
Is there more information about the (mathematical) details of the Z-test in bigstatsr?