vcov.OEFPIL: Covariance matrix from an OEFPIL object

Description Usage Arguments Value See Also Examples

View source: R/vcov.OEFPIL.R

Description

Function for extracting the estimated covariance matrix from an object of class "OEFPIL".

Usage

1
2
## S3 method for class 'OEFPIL'
vcov(object, ...)

Arguments

object

an object of class "OEFPIL" (a result of a call to OEFPIL).

...

other arguments.

Value

A matrix of the estimated covariances between the parameter estimates from an "OEFPIL" object.

See Also

OEFPIL

Examples

1
2
3
4
##-- Continuing the coef.OEFPIL(.) example:

##Use of vcov function
vcov(st1)

OEFPIL documentation built on Nov. 4, 2021, 5:07 p.m.