
Last chance! 50% off unlimited learning
Sale ends in
summary.front41Output
summarizes the estimation results
of a model estimated by Frontier 4.1..## S3 method for class 'front41Output':
summary( object, ... )## S3 method for class 'summary.front41Output':
print( x, efficiencies = FALSE, ... )
front41Output
(read/created by front41ReadOutput
.summary.front41Output
(returned by the summary
method for objects of class
front41ReadOutput
).FALSE
, only the mean efficiency is printed.)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 $P$ values of the OLS estimates are calculated using
the $t$ distribution,
while the (asymptotic) $P$ values of the ML estimates
are calculated based on the assumption
that their $t$ values follow an (asymptotic) standard normal
distribution.front41ReadOutput
, front41WriteInput
.# read the output file that is provided with Frontier 4.1
outFile <- system.file( "front41/EG1.OUT", package = "micEcon" )
sfa <- front41ReadOutput( outFile )
summary( sfa )
Run the code above in your browser using DataLab