Learn R Programming

xtpqardl (version 1.0.1)

vcov.xtpqardl: Variance-Covariance Matrix for xtpqardl Objects

Description

Extract the variance-covariance matrix of the estimated parameters.

Usage

# S3 method for xtpqardl
vcov(object, type = c("beta", "rho"), ...)

Value

A variance-covariance matrix.

Arguments

object

An object of class "xtpqardl".

type

Character string specifying which covariance matrix to extract: "beta" for long-run coefficients (default), or "rho" for ECT coefficients.

...

Additional arguments (currently unused).