Multivariate logistic regression with interaction terms in Julia language

Hello,
I cannot find the answer to this question:
Is is possible to learn logistic regression models of the form log(P / 1 - P) = a0 + a1 x1 + a2 x2 + a3 x3 + a12 x1 x2 + a13 x1 x3 + a23 x2 x3 + a123 x1 x2 x3?
Thanks in advance for your answer.

GLM.jl

1 Like