Learn R Programming

micEcon (version 0.6-18)

coef.quadFuncEst: Coefficients of a Quadratic Function

Description

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

Usage

# S3 method for quadFuncEst
coef( object, ... )

# S3 method for quadFuncEst vcov( object, ... )

Value

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

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

Arguments

object

an object of class quadFuncEst.

...

currently ignored.

Author

Arne Henningsen

See Also

quadFuncEst