Learn R Programming

qardlr (version 1.0.1)

coef.qardl: Coefficients Method for QARDL

Description

Extract coefficients from a QARDL model.

Usage

# S3 method for qardl
coef(object, type = c("all", "beta", "phi", "gamma"), ...)

Value

Matrix or list of coefficient matrices.

Arguments

object

An object of class "qardl".

type

Character. Which coefficients to extract: "beta", "phi", "gamma", or "all". Default is "all".

...

Additional arguments (unused).