Learn R Programming

micEcon (version 0.6-0)

coef.translogEst: Coefficients of a Translog Function

Description

These methods return the coefficients and their covariance matrix from an estimated translog function.

Usage

## S3 method for class 'translogEst':
coef( object, \dots )

## S3 method for class 'translogEst': vcov( object, \dots )

Arguments

object
an object of class translogEst.
...
currently ignored.

Value

  • The coef method returns a vector containing all (linearly independent) coefficients of a translog function.

    The vcov method returns the covariance matrix of all (linearly independent) coefficients of a translog function.

See Also

translogEst