Description Usage Arguments Details Value Author(s) See Also
It creates and displays the results of an estimation returned by sfaendog
.
1 2 3 4 5 6 |
object |
An object of class |
x |
An object of class |
all |
Logical. If |
signif.stars |
Logical. If |
digits |
The minimum number of significant digits to be printed in values. |
... |
Currently not used. |
print.summary.sfaendog
tries to be smart about formatting the coefficients,
standard errors, etc. and additionally gives significance stars if
signif.stars
is TRUE
.
A list of class 'summary.sfaendog'
is returned, containing the number of
observations, the parameter estimates, standard errors, t-values and p-values.
More precisely:
Step1 |
The list of summary statistics of ‘Step1’ OLS estimation of the endogenous input. |
FishTest |
A list containing the names of the variables used as external instrumental
variables in the estimation, and the results (i.e. |
Step2 |
The list of summary statistics of ‘Step2’ NLS estimation of the stochastic frontier production model. |
Step3 |
The list of summary statistics of ‘Step3’ GMM estimation of the
stochastic frontier production model. The name of the endogenous input (wrapped with
‘ |
Step4 |
The list of summary statistics of ‘Step4’ GMM estimation of the
stochastic frontier production model. In addition, it also returns the name of the
endogenous input (wrapped with ‘ |
Step2
and Step3
are returned only if all = TRUE
.
In Step2
to Step4
results, InterceptX
is the constant term in
the production part of the stochastic frontier production model, while InterceptZ
is
the constant term in the inefficiency effect part.
Information on convergence is also provided with Step3
and Step4
results, where
Convergence
code = 0
indicates successful completion (see optim
).
Yann Desjeux, Laure Latruffe
sfaendog
, for the model fitting function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.