Coefficients:
Given the below logistic regression model output, what would be the predicted probability that
the outcome is 1 given covariate values LO=0, L1=1, A=1?
Estimate Std. Error z value Pr(>|z|)
(Intercept) -2.1852 0.0512 -42.66 < 2e-16 ***
LO 0.7162 0.0981 7.30 2.9e-13 ***
L1 1.1602 0.1163 9.97 < 2e-16 ***
A 1.3215 0.1076 12.28 < 2e-16 ***
LO:L1 0.3180 0.1371 2.32 0.02040 *
LO: A 0.5470 0.1510 3.62 0.00029 ***
L1: A 0.3108 0.1490 2.09 0.03694 *