Learn R Programming

genvar (version 0.0.2.0)

pred: gets fitted values from a genvar regression object

Description

Gets fitted values from a genvar regression object. For panel models, this predicts the non-fixed effects part of the regression.

Usage

pred()

Arguments

Value

returns predictions from model

Details

Operates on the loaded estimation object, see estimates_use.

Examples

Run this code
# NOT RUN {
use(cars, clear=TRUE)
listif()
reg(dist, speed)
gen(fit, pred())
listif()
# }

Run the code above in your browser using DataLab