powered by
Gets fitted values from a genvar regression object. For panel models, this predicts the non-fixed effects part of the regression.
pred()
returns predictions from model
Operates on the loaded estimation object, see estimates_use.
estimates_use
# NOT RUN { use(cars, clear=TRUE) listif() reg(dist, speed) gen(fit, pred()) listif() # }
Run the code above in your browser using DataLab