privefl / bigstatsr

R package for statistical tools with big matrices stored on disk.
https://privefl.github.io/bigstatsr/
179 stars 30 forks source link

Is there more information about the details of the Z-test in bigstatsr? #186

Closed garyzhubc closed 2 months ago

garyzhubc commented 3 months ago

Is there more information about the (mathematical) details of the Z-test in bigstatsr?

privefl commented 3 months ago

Are you talking about big_univLinReg() and big_univLogReg()? These are using the same tests as lm() and glm(family = "logistic").