exogenous {ldt}R Documentation

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, ...)

Arguments

object

An object of class ldt.estim.

equation

A number or a string specifying the equation with exogenous data.

...

Additional arguments.

Value

A matrix containing the exogenous data.


[Package ldt version 0.5.3 Index]