coef.translogEst: Coefficients of a Translog Function

Description Usage Arguments Value Author(s) See Also

View source: R/coef.translogEst.R

Description

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

Usage

1
2
3
4
5
   ## S3 method for class 'translogEst'
coef( object, ... )

   ## S3 method for class 'translogEst'
vcov( object, ... )

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.

Author(s)

Arne Henningsen

See Also

translogEst


micEcon documentation built on Jan. 7, 2021, 3:01 p.m.