summary.translogRayEst {micEcon}R Documentation

Summarizing the Estimation of a Translog Ray Function

Description

summary.translogEst summarizes the estimation results of a translog ray function.

Usage

## S3 method for class 'translogRayEst':
summary( object, ... )

## S3 method for class 'summary.translogRayEst':
print( x, ... )

Arguments

object an object of class translogRayEst.
x an object of class summary.translogRayEst.
... currently ignored.

Value

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.

Author(s)

Arne Henningsen

See Also

translogRayEst.


[Package micEcon version 0.6-0 Index]