exogenous: Extract Exogenous Variable(s) Data
Description
This function extracts data of an exogenous variable(s) in an equation from an estimated model.
It takes zero restrictions imposed into account.
Usage
exogenous(object, equation = 1, ...)
Value
A matrix containing the exogenous data.
Arguments
- object
An object of class ldt.estim.
- equation
A number or a string specifying the equation with exogenous data.
- ...
Additional arguments.