| prod {prodest} | R Documentation |
Class for Prodest Fitted object
Description
Class for prodest fitted objects.
Objects from the Class
A virtual Class: No objects may be created from it.
Slots
Model:Object of class
list. Contains information about the model and the optimization procedure:-
method:stringThe method used in estimation. -
FSbetas:numericFirst-stage estimated parameters. -
boot.repetitions:numericNumber of bootstrap repetitions. -
elapsed.time:numericTime - in seconds - required for estimation. -
theta0:numericVector of Second-stage optimization starting points. -
opt:stringOptimizer used for the Second-stage. -
seed:numericseed set. -
opt.outcome:listOptimization outcome (depends on optimizer choice).
-
Data:Object of class
list. Contains:-
Y:numericDependent variable - Value added. -
free:matrixFree variable(s). -
state:matrixState variable(s). -
proxy:matrixProxy variable(s). -
control:matrixControl variable(s). -
idvar:numericPanel identifiers. -
timevar:numericTime identifiers. -
FSresiduals:numericFirst-Stage residuals.
-
Estimates:Object of class
list. Contains:-
pars:numericEstimated parameters for the variables of interest. -
std.errors:numericEstimated standard errors for the variables of interest.
-
Methods
-
showsignature(object = 'prod'): Show table with the method, the estimated parameters and their standard errors. -
summarysignature(object = 'prod'): Show table with method, parameters, std.errors and auxiliary information on model and optimization. -
FSressignature(object = 'prod'): Extract First-Stage residual vector. -
omegasignature(object = 'prod'): Extract estimated productivity vector. -
coefsignature(object = 'prod'): Extract estimated coefficients.
Author(s)
Gabriele Rovigatti