vcov-methods {micEcon}R Documentation

'vcov' methods in Package 'micEcon'

Description

Extract variance-covariance matrices.

Usage

   ## S3 method for class 'probit':
   vcov( object, ... )
   ## S3 method for class 'maxLik':
   vcov( object, ... )

Arguments

object an object of class probit or maxLik.
... further arguments (currently ignored).

Value

the estimated variance covariance matrix of the coefficients.

Author(s)

Arne Henningsen ahenningsen@agric-econ.uni-kiel.de, Ott Toomet otoomet@ut.ee

See Also

vcov, maxLik.


[Package micEcon version 0.3-3 Index]