summary.front41Output {frontier} | R Documentation |
Summarizing the Estimation of Frontier 4.1
Description
summary.front41Output
summarizes the estimation results
of a model estimated by Frontier 4.1..
Usage
## S3 method for class 'front41Output'
summary( object, ... )
## S3 method for class 'summary.front41Output'
print( x, efficiencies = FALSE, ... )
Arguments
object |
an object of class |
x |
object of class |
efficiencies |
logical. Print all efficiency estimates?
(If |
... |
currently ignored. |
Value
The summary
method returns a list of class
summary.front41Output
with the same elements as object returned by front41ReadOutput
.
However, the elements olsResults
, gridResults
, and
mleResults
have an additional culumn with marginal significance
levels (P values).
The values of the OLS estimates are calculated using
the
distribution,
while the (asymptotic)
values of the ML estimates
are calculated based on the assumption
that their
values follow an (asymptotic) standard normal
distribution.
Author(s)
Arne Henningsen
See Also
front41ReadOutput
, front41WriteInput
.
Examples
# read the output file that is provided with Frontier 4.1
outFile <- system.file( "front41/EG1.OUT", package = "frontier" )
sfa <- front41ReadOutput( outFile )
summary( sfa )