summary.translogRayEst {micEcon} | R Documentation |
summary.translogEst
summarizes the estimation results
of a translog ray function.
## S3 method for class 'translogRayEst': summary( object, ... ) ## S3 method for class 'summary.translogRayEst': print( x, ... )
object |
an object of class translogRayEst . |
x |
an object of class summary.translogRayEst . |
... |
currently ignored. |
summary.translogRayEst
returns
a list of class summary.translogRayEst
that is currently the provided object
,
but an element coefTable
has been added
and the class has been changed.
Arne Henningsen