Hello everyone! Could anyone tell me what is the stata code for fitting a log-linear regression into a graph??? I know it's cannot be lfit...
gen lwage=log(wage)
reg lwage educ,r
log(wagei)^ = 1.61 + 0.09educi R2=0.18 SER=0.53
(0.09) (0.0068)
Thanks a lot!