I am wondering how a logged control variable is interpreted in a linear probability model. The interpretation in the following lin-log model is clear:
(1) y = b0 + b1*log(x1)
Here, a 1% increase in x1 changes y by b1/100 units.
Now I have the following linear probability model with a logged (control) variable:
(2) Pr(y=1|X) = b0 + b1*x1 +b2*log(x2)
Is the interpretation of x2 the same as in (1), i.e. does a 1% change in x2 change the probability of y=1 by b2/100 units(?) ?